10.09.2013, 11:25
Using MySQL 5.5.32 on Centos6 I'm having the following problem:
It loads the plugin on the logs, but in mysql_log.txt file it says: "[ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2)"
I check that path and doesn't exist, so I edited my.cnf with "socket=/var/lib/mysql/mysql.sock' and still showing the same error, how could I change the default path of the plugin to check the socket?
Edit: Worked using the static version
It loads the plugin on the logs, but in mysql_log.txt file it says: "[ERROR] CMySQLConnection::Connect - (error #2002) Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (2)"
I check that path and doesn't exist, so I edited my.cnf with "socket=/var/lib/mysql/mysql.sock' and still showing the same error, how could I change the default path of the plugin to check the socket?
Edit: Worked using the static version