MySQL Forums
Forum List  »  Quality Assurance

Re: MySQL Port closed
Posted by: Timo Skal
Date: January 21, 2008 05:32PM

Igor Petrakov Wrote:

> I am trying to connect to the mysql process from
> the computer that it's running on and I can't.

> bind-address = 166.22.66.81

I believe this is what's causing your problem. 'bind-address' determines where MySQL should listen. If you don't need to connect to MySQL other than from localhost you can set this to bind-address = 127.0.0.1 . If you need MySQL to listen from everywhere you should comment out that line

Options: ReplyQuote


Subject
Views
Written By
Posted
29446
January 08, 2008 08:25AM
Re: MySQL Port closed
5102
January 21, 2008 05:32PM
6070
January 30, 2008 08:46AM


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.