7 Feb
2007
7 Feb
'07
3:01 a.m.
In summary, I cannot make mysqld_safe listen at anything other than /tmp/mysql.sock and I cannot make perl DBI/DBD::mysql attempt to connect anywhere other than /var/run/mysqld/mysqld.sock .
Any ideas?
Hi Chris In your /etc/my.cnf is skip-networking set on, if you turn this off you could get mysql listening on the network, and then connect to it with a tcp socket, rather than a unix one. Chris