Error: 2010 - CR_LOCALHOST_CONNECTION

  • Share
  • Share

Description:
Message: Localhost via UNIX socket

MySql-Client ,

  1. admin
    April 8th, 2009 at 15:11 | #1

    MySQL won’t connect to 127.0.0.1:3306 since it interprets “llocalhost” as a trigger to use the Unix socket, it will use /var/run/mysqld/mysqld.sock instead. Without using Unix sockets, you can connect to MySQL via TCP/IP by specifying “127.0.0.1″ instead of “localhost”.

  1. No trackbacks yet.