Hello and good morning all! I'm running into a problem when trying to test mysql on Red Hat Linux. I have the server up and running just fine with no problems, but when I go to run ./mysql-test-run it spits back the following.
TEST USER SYSTEM ELAPSED RESULT ------------------------------------------------------------------------ alias .... .... .... [ fail ] /home/nstuart/mysql-3.23.49/bin/mysqltest: Failed in mysql_real_connect(): Can't connect to local MySQL server through socket '/home/nstuart/mysql-3.23.49/mysql-test/var/tmp/mysql-master.sock' (2) Command exited with non-zero status 1 real 0.01 user 0.01 sys 0.01 Aborting. To continue, re-run with '--force'. Ending Tests Shutting-down MySQL daemon /home/nstuart/mysql-3.23.49/bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/home/nstuart/mysql-3.23.49/mysql-test/var/tmp/mysql-master.sock' (2)' Check that mysqld is running and that the socket: '/home/nstuart/mysql-3.23.49/mysql-test/var/tmp/mysql-master.sock' exists! Master shutdown finished I would like to simply run the test on the server that is running but apparently it doesn't want to do that. I thought I changed the correct settings in the mysql-test-run but apparently not. Also tried the mysql-test-run --local but that do anything different. Also, I dont want to run the slave test either but again the --skip-rpl seems to do nothing. Thanks for all the help! -Nick --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php