Answers for "error 2002 (hy000) can't connect to local mysql server through socket putty"

SQL
11

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

sudo chown -R _mysql:mysql /usr/local/var/mysql

sudo mysql.server start
Posted by: Guest on May-12-2020
0

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

For mac:
The mysql server is not running.

brew services mysql start
Posted by: Guest on March-13-2021

Code answers related to "error 2002 (hy000) can't connect to local mysql server through socket putty"

Code answers related to "SQL"

Browse Popular Code Answers by Language