MySQL Forums
Forum List  »  MySQL Administrator

Re: ERROR 2003: Can't connect to MySQL server (10060)
Posted by: Christian Poblete
Date: November 07, 2008 02:33PM

Sorry for revive the topic but the specific solution is not in google today

the problem is in you server:

edit

vim /etc/sysconfig/iptables

after the line: -A RH-Firewall-1-INPUT -i lo -j ACCEPT

write
-A RH-Firewall-1-INPUT -p tcp --dport 3306 -j ACCEPT


then
save (shitf+x!)

then
service iptables restart

Remember give necesary grants to yous database (and restart services)


greetings from Chile.

Options: ReplyQuote


Subject
Written By
Posted
August 24, 2007 01:26AM
October 16, 2007 07:54AM
October 18, 2007 03:44AM
Re: ERROR 2003: Can't connect to MySQL server (10060)
November 07, 2008 02:33PM


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.