Our blog
Ubuntu Xampp MySQL Administrator
If you are using XAMPP on Ubuntu (or probably other) Linux and are also trying to use the MySQL Administrator and MySQL Query Browser GUI tools available in the repo's, you have probably hit an error message like this:
-
Could not connect to host 'localhost'.
-
MySQL Error Nr. 2002
-
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
A nice quick fix for this one. In the terminal run the following two commands and then you should be able to connect fine using localhost as the host and the configured MySQL username and password, probably root and {password}.
-
sudo mkdir /var/run/mysqld/
-
sudo ln -s /opt/lampp/var/mysql/mysql.sock /var/run/mysqld/mysqld.sock
More Reading:
4 Comments
|
Thanks for sharing this! |
|
So many thanks bro, since Acapulco, Gro. Mexico I search for all the web and I can't found Anything |
|
Babi May 6th, 2011 |
Thanks so much..this solution helped..tried many thing wd no output..thanks again! |
|
Tommy August 14th, 2011 |
Thank you so much! I just spent an hour trying various solutions on the internet, and yours worked right away! I hope more people find this when they have this issue. |
RSS Feed
Janne
November 1st, 2009