Page Tools:
Wiki Relationships:
Admin Tools:
Errors:Mysql connection errors
Code: Message: Can't connect to local mysql server through socket '/tmp/mysock' (2)
or ERROR 2002: Can't connect to local MySQL server through socket '/opt/oss/var/mysql/mysql.sock' (2) with the spikesource stack
Description: Mysql connects to the database itself through a socket connection as the server is actually running as a separate process. If the server is not running then the socket is not created and the client application cannot connect.
Cause:
Action:

Testing
