1、scripts/build image=mysql
2、scripts/run.py -nv to start mysql server on osv
OSv v0.24-511-ge60339d eth0: 192.168.122.76 ....
3、on host i use mysqlslap to test the benchmark
mysqlslap -h 192.168.122.76 -P 3306 --concurrency=100--iterations=1
--create-schema='mysql' --query='select * from user;'
--number-of-queries=10 -u admin -p
mysqlslap: Error when connecting to server: Host '192.168.122.1' is
not allowed to connect to this MySQL server

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to