Percona-Lab / tpcc-mysql

478 stars 185 forks source link

error at thread_main #20

Closed jerryleon007 closed 5 years ago

jerryleon007 commented 5 years ago

when use command "./tpcc_start -hlocalhost -P3306 -dtpcc150 -w150 -uroot -p "" -c8 -r300 -l1800". the error message show up "error at thread_main". Use the -c1 or do not use the option, it works well.

jerryleon007 commented 5 years ago

Use the "-h127.0.0.1" instead of the "-hlocalhost", it works well.