On Wednesday 11 July 2007 07:31:30 Octavian Rasnita wrote: > Hi, > > I am trying to install DBD::mysql and I see that it tries to connect to the > server using the socket > /var/lib/mysql/mysql.sock > > This is because another version of MySQL was installed on the server, and I > have installed another one that uses the socket /tmp/mysql.sock. > > What should I change if I want to use the socket /tmp/mysql.sock? > Where does DBD::mysql find the old socket path? > > (I have a single my.cnf in /etc/ and it specifies the socket > /tmp/mysql.sock). > > Thank you very much. > > Octavian
Try man DBD::mysql and search for mysql_socket. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/