Answers for "wsl2 error 2002 (hy000) can't connect to local mysql server through socket '/run/mysqld/mysqld.sock' (2)"

SQL
0

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

##	ERROR 2002 (HY000): 
##	Can't connect to local MySQL server through socket 

#### Follow below steps and you good to go... ####
sudo dpkg-reconfigure mysql-server-{version_number}
##version_number should be mysql version number installed
## Now try login in mysql shell
sudo mysql -u root -p
Posted by: Guest on August-18-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 "wsl2 error 2002 (hy000) can't connect to local mysql server through socket '/run/mysqld/mysqld.sock' (2)"

Code answers related to "SQL"

Browse Popular Code Answers by Language