sysbench-developers team mailing list archive
-
sysbench-developers team
-
Mailing list archive
-
Message #00065
[Question #232108]: Creating multi tables in sysbench-0.5 cann't work
New question #232108 on sysbench:
https://answers.launchpad.net/sysbench/+question/232108
Hi, I wanna create multi tables using sysbench-0.5(the newest version in develpoment), but in fact only one table named 'sbtest1' can be created. Could you tell me why it dosent't work as expected? Thanks a lot.
I executed the sysbench prepare command like this:
sysbench5 --test='/home/xxx/bin/sysbench5/oltp/common.lua' --oltp-table-count=3 --oltp-table-size=100000 --mysql-host=127.0.0.1 --mysql-port=5169 --mysql-user=root --mysql-db=sbtest --mysql-table-engine=innodb prepare
--
You received this question notification because you are a member of
sysbench-developers, which is an answer contact for sysbench.