----- Original Message ----- From: "Egor Egorov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 16, 2002 3:56 PM Subject: re: mySQL on windows xp
> Mark, > Wednesday, October 16, 2002, 4:08:03 PM, you wrote: > > M> Ok, I tried to set up MySQL at home (3.23.53), on my windows machine, > so I can test database stuff before I use it on the UNIX server. I installed it, > M> set it up as services, the service is running, yet I get: > > M> C:\mysql\bin>mysql.exe > M> ERROR 2003: Can't connect to MySQL server on 'localhost' (10061) > > M> I created the following \my.cnf: > > M> ------------------- > M> [mysqld] > M> bind-address=212.238.195.5 > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > Why do you use bind-address=212.238.195.5 if you connect from > localhost(127.0.0.1)? Thanks, guys! :) Binding to 127.0.0.1 did the trick. It works lovely now. It even works with all the databases I copied from /var/db/mysql on my FreeBSD box (even the user-database). Since my FreeBSD box is a production server, this way I can safely test out stuff until everything works as planned, and not worry about screwing things up. (Gee, I'm surprised this actually works on Windoze; and, all-in-all, without much trouble) - Mark --------------------------------------------------------------------- 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