Answers for "cant connect to local mysqlserver through socket (2)"

SQL
-1

can't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock'

# Start your mysql server
/etc/init.d/mysql start
Posted by: Guest on October-22-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 "cant connect to local mysqlserver through socket (2)"

Code answers related to "SQL"

Browse Popular Code Answers by Language