Hi there - I'm truing to connect to a mysql server (redhat linux 8) with the mysqlcc GUI (through a SSH session), and for some reason when I try to connect I get the error:
[localhost] ERROR 2002: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
Now I was reading that this would be because I used "localhost" as the host name and if that is the case, the system uses unix sockets... Is there a way to force it to use TCPip?
Specify a hostname of 127.0.0.1 rather than localhost.
--------------------------------------------------------------------- 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