Re: ERROR 2003: Can't connect to MySQL server on ....

2003-06-06 Thread Jamin W. Collins
On Thu, Jun 05, 2003 at 05:24:22PM -0600, Francisco Castellon wrote: > Just finished installing mySQL on a Linux Debian system and I have a > question about how the 2 root users that are set up by default. When I > look at my user table there is a root user allowed to log in from > "localhost" and

ERROR 2003: Can't connect to MySQL server on ....

2003-06-06 Thread Francisco Castellon
w:   Shell> mysql -u root -h ZEUS.OLYMPUS.LOCAL -p Enter Password: ***   And this is what I get: ERROR 2003: Can't connect to MySQL server on 'ZEUS.OLYMPUS.LOCAL' (111)    I also tried using the IP of the server: Shell> mysql -u root -h 192.168.1.8 -p Enter Password: ******