RE: [PHP-INSTALL] Problem by running mysql-connection in php-script

2003-10-03 Thread Ruprecht Helms
On Thu, 2003-10-02 at 22:28, Michael Scappa wrote: > Ruprecht, > > Make sure you have PHP pointing to the right location for the > mysql.sock. "locate mysql.sock". Sometimes its in the /tmp dir. If it is > in another location you can point to it specifically when you call > mysql_connect (refer to

RE: [PHP-INSTALL] Problem by running mysql-connection in php-script

2003-10-02 Thread Michael Scappa
Ruprecht, Make sure you have PHP pointing to the right location for the mysql.sock. "locate mysql.sock". Sometimes its in the /tmp dir. If it is in another location you can point to it specifically when you call mysql_connect (refer to php.net for the exact string), or just change it in your php.