whet trying to setup G2 I'm stuck in DB setup. it informs me:
Warning: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)...
....gallery2/lib/adodb/drivers/adodb-mysql.inc.php on line 119
My MySQL socket is in var/lib/mysql/mysql.sock
Where do I change the ADO setting for it?
Thanks and keep up the good work.
Panu
Posts: 7994
This looks to be a PHP configuration issue, not Gallery/ADO related. The code is calling mysql_connect(), which is giving you that error message.
Looking at my phpinfo, I see there's a "MYSQL_SOCKET" variable in the mysql section that governs where the socket lives. You probably need to correct this value in your php.ini.