|
[18:45:45] >> mysql_ping( Connection handle: 1 ) [18:45:45] CMySQLHandler::Ping() - You cannot call this function now. (Reason: Dead Connection) [18:45:45] >> mysql_connect(localhost, mike, Server, ******) on port 3306 [18:45:45] CMySQLHandler::Connect() - Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) (Error ID: 2002) [18:45:45] [18:45:45] ** MySQL Debugging enabled (09/28/13) [18:45:45] [18:45:45] >> mysql_query_callback( Connection handle: 1 ) [18:45:45] >> mysql_query_callback( Connection handle: 1 ) [18:46:47] >> mysql_ping( Connection handle: 1 ) [18:46:47] CMySQLHandler::Ping() - You cannot call this function now. (Reason: Dead Connection) [18:46:47] >> mysql_connect(localhost, mike, Server, ******) on port 3306 [18:46:47] CMySQLHandler::Connect() - Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) (Error ID: 2002) [18:46:47] >> mysql_close( Connection handle: 1 ) [18:46:47] CMySQLHandler::~CMySQLHandler() - deconstructor called. [18:46:47] CMySQLHandler::FreeResult() - There is nothing to free (Reason: Connection is dead) [18:46:47] CMySQLHandler: isconnect() - You cannot call this function now. (Reason: Connection is dead)[18:46:47] Unloading Plugin [18:46:52] >> mysql_connect(localhost, mike, Server, ******) on port 3306 [18:46:52] CMySQLHandler::CMySQLHandler() - constructor called. [18:46:52] CMySQLHandler::CMySQLHandler() - Connecting to "localhost" | DB: "Server" | Username: "mike" [18:46:52] CMySQLHandler::Connect() - Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) (Error ID: 2002) [18:46:52] >> mysql_ping( Connection handle: 1 ) [18:46:52] CMySQLHandler::Ping() - You cannot call this function now. (Reason: Dead Connection) [18:46:52] >> mysql_connect(localhost, mike, Server, ******) on port 3306 [18:46:52] CMySQLHandler::Connect() - Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) (Error ID: 2002) [18:46:52] [18:46:52] ** MySQL Debugging enabled (09/28/13) [18:46:52] [18:46:52] >> mysql_query_callback( Connection handle: 1 ) [18:46:52] >> mysql_query_callback( Connection handle: 1 ) |
|
[21:38:44] [ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) |
ln -s /var/run/mysqld/mysqld.sock /tmp/mysql.sock
|
Try creating a symbolic link, it might help:
Код:
ln -s /var/run/mysqld/mysqld.sock /tmp/mysql.sock |