Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock
When I attempted to connect to a local MySQL server during my test suite, it fails with the error: However, I’m able to at all times, connect to MySQL by running the command line mysql program. A ps aux | grep mysql shows the server is running, and stat /tmp/mysql.sock confirm that the socket exists. Further, if I open a debugger … Read more