Posts Tagged ‘ssh’

Accessing MySQL in SSH

February 4th, 2009

Our MySQL configuration has changed recently, so if you try to use MySQL in SSH and receive the error “Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock“, you should make sure that MySQL is connecting to the server via TCP. When using the MySQL command line client, this should be the default anyway, so [...]