mysqldump error
BROKEN LOCALHOST
mysqldump: Got error: 2002: Can't connect to local MySQL server through socket '/var/mysql/mysql.sock' (2) when trying to connect
this error occured after running the command: mysqldump --no-data --tables -u [myusename] -p [nameofmysqldb] > [prefix].gitsite-schema.sql
BaM video reference:
* 3:31 - How to export a database schema for version control
@ 02:30
restarted MAMP, same error.
SQL server: red light
phpMyadmin reload, error 2002
haven't found any really useful help that is in plain enough english to solve this.
http://stackoverflow.com/questions/6452222/mysql-connect-returning-cant-...
http://php.bigresource.com/Can-039-t-connect-to-MySQL-server-on-039-loca...
thanks
sandboxpleeb
Sounds more like that your MySQL is not running or it does not have the sock file that its looking for. I would definatly check to see if the sock file that its requesting actually exists first.
The error (2002) Can't connect to ... normally means that there is no MySQL server running on the system or that you are using an incorrect Unix socket file name or TCP/IP port number when trying to connect to the server. You should also check that the TCP/IP port you are using has not been blocked by a firewall or port blocking service
Check this out may help you
http://dev.mysql.com/doc/refman/5.5/en/can-not-connect-to-server.html