Created
October 17, 2018 04:48
-
-
Save azizultex/04e6e340fcb60c19b42c336ff9226aaf to your computer and use it in GitHub Desktop.
Can't connect to local MySQL server through socket '/usr/local/ampps/var/mysql.sock' (111) Ampps ubuntu error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// resource: | |
// 1. https://www.zyxware.com/articles/5539/solved-cant-connect-to-local-mysql-server-through-socket-var-run-mysqld-mysqld-sock | |
sudo service mysql start | |
or | |
/etc/init.d/mysql start | |
ps -A|grep mysql | |
sudo pkill mysql | |
ps -A|grep mysqld | |
sudo pkill mysqld | |
restart mysql at Ampps app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment