[Koha] Trouble with MySQL, DBI/DBD::mysql
Chris Cormack
chris at katipo.co.nz
Wed Feb 7 15:01:25 NZDT 2007
>
> 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
More information about the Koha
mailing list