9 Aug
2006
9 Aug
'06
5:33 p.m.
baiewola wrote at 2006-8-9 05:16 -0700:
... We can connect with PHP apps, Filemaker Pro, and MySQL client. However, all Z MySQL database connections are broken. Here is the error: OperationalError: (2002, "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)")
After googling and reading this article http://www.devshed.com/c/a/MySQL/Troubleshooting-Problems-with-MySQL-Program... I think the problem is that the socket file is supposed to be at /tmp/mysql.sock but it's not there. How does it get there?
Usually, the server creates it on startup (when it is ready to accept connections there). -- Dieter