2002-12-31 06:27:03 UTC
Error msg in browser:
Warning: Can't connect to local MySQL server through socket '/var/run/mysql/mysql.sock' (111) in /www/php-bin/informium/class/mysql-class.php on line 121
INFORMIUM: Error connecting to database 'localhost'.
---------------------------------------------------------------------------
Yes. The reason it cant find the mysql.sock file in the /var/run/mysql/ dir is because it is in the /tmp/ dir.
How can I change informium to use /tmp/mysql.sock as the mysql.sock path?