MySQL Forums
Forum List  »  MySQL Administrator

Re: MySQL Error No : 2003
Posted by: Bill Karwin
Date: September 11, 2006 09:24AM

See http://dev.mysql.com/doc/refman/5.0/en/can-not-connect-to-server.html

The client host cannot connect to the server host. There are several possible causes for this. Including:

- MySQL Server is not running.
- MySQL Server is running, but using a different port than the default 3306.
- MySQL Server is running, but restricts clients to those running on the same host. Look for "bind-address=127.0.0.1" in MySQL Server's config file my.ini (or my.cnf).
- MySQL Server is running, but permits no networked clients to connect. Look for "skip-networking" in its config file.
- A firewall blocks network connections to server host on MySQL port. Firewalls can be running on server or on client host.

Regards,
Bill K.

Options: ReplyQuote


Subject
Written By
Posted
September 11, 2006 02:35AM
Re: MySQL Error No : 2003
September 11, 2006 09:24AM
September 11, 2006 06:29PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.