Hello,
When trying to use mysqldump, I got this error message:
mysqldump: Got error: 2003: Can't connect to MySQL server on 'localhost' (10061) when trying to connect
According to the MySQL Documentation Library, error 2003 means that my network connection has been refused and that I should check that there is a MySQL server running, that it has network connections enabled, and that the network port specified is the one configured on the server.
Now MySQL is running as a service and is started on my machine. My Questions are:
1. How do I enable network connections?
2. How do I specify that the network port specified is the one configured on the server?
Any assistance will be really appreciated. Thanks in advance.
http://dev.mysql.com/doc/refman/5.1/en/can-not-connect-to-server.html