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

SQL
4

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.s

> ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock
> 
> service mysql start or service mysql start
Posted by: Guest on June-04-2020
1

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

sudo apt-get install mysql-server
Posted by: Guest on October-10-2020

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

Code answers related to "SQL"

Browse Popular Code Answers by Language