Re: [PHP] mysql_connect() help

2002-03-09 Thread Ellis M. Mendez-Hidaka
Thank you ruler. That did it. I was wondering which socket was supposed to be doing this. I was using a book with an old version of MySQL and I guess the names are missmatched. Thanks again Ruler wrote: > What I did is made a symlink from /var/run/mysql.sock to /tmp/mysql.sock > example: ln -s

Re: [PHP] mysql_connect() help

2002-03-08 Thread ruler
What I did is made a symlink from /var/run/mysql.sock to /tmp/mysql.sock example: ln -s /var/run/mysql.sock /tmp/mysql.sock Or if /var/run/mysql.sock doesn't exist, find / -name "mysql.sock" Then symlink that to /tmp Hope that helps. - Original Message - From: "Ellis M. Mendez-Hidaka" <