MySQL Forums
Forum List  »  MySQL Administrator

Re: MySQL Error number 2003???
Posted by: AlliumPorrum
Date: July 06, 2006 05:57AM

I found out the solution to this problem from Ubnuntu forums:

The default from mysql server is to be binding to localhost (127.0.0.1), this means it will only accept connections from local applications.
To change that, edit /etc/mysql/my.cnf and comment out the line bind-address = 127.0.0.1:
Then you will need to restart the mysql server with:
/etc/init.d/mysql restart

So here we go! :=)

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL Error number 2003???
July 06, 2006 05:57AM
September 04, 2006 10:49AM
September 12, 2006 01:18PM
October 20, 2006 09:40PM
October 20, 2006 09:47PM
October 28, 2006 06:22PM
December 26, 2006 11:39AM
September 27, 2007 03:04PM
January 27, 2007 09:13PM
February 06, 2008 11:04PM
June 29, 2008 02:51PM
February 04, 2008 01:28AM


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.