sql-bench - wrong socket error

2004-04-12 Thread Walter Andreas
Hi there, I am trying to benchmark a mysql installation. After running: /usr/local/mysql/sql-bench # ./run-all-tests it throws the error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)' Thats ok, since the socket is /tmp/mysql.sock as configured in my.cnf I

Re: sql-bench - wrong socket error

2004-04-12 Thread Erek Dyskant
Hi- ./run-all-tests --socket='/tmp/mysql.sock' from ./run-all-tests --help... Regards, Erek On Mon, Apr 12, 2004 at 02:09:28PM +0200, Walter Andreas wrote: Hi there, I am trying to benchmark a mysql installation. After running: /usr/local/mysql/sql-bench #