Raised This Month: $12 Target: $400
 3% 

Can't connect to MySQL server on (110)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
AmineKyo
فوق سريرك
Join Date: Oct 2011
Location: Morocco
Old 09-03-2012 , 20:53   Can't connect to MySQL server on (110)
Reply With Quote #1

My VPS (Ubuntu 11.10) can't connect to MySQL Host
Quote:
root@vps*****:~# mysql --host=184.154.80.90 --user=****_VPSTest --password=... ****_VPSTest
ERROR 2003 (HY000): Can't connect to MySQL server on '184.154.80.90' (110)
After 5 Minutes it gives me The ERROR Message.

But it can to connect to other MySQL Hosts without any problem
Spoiler


I contacted my host provider (Many times) but they said they can connect to the host without any problems (Using HeidiSQL)
Quote:
Hello,

We have checked again and confirm that your remote database access is working fine. You need to check whether the port 3306 is open on your VPS and your computer. Also, we have attached a screenshot of the db settings with this reply.
I tried opening the ports with :
iptables -A INPUT -p tcp --dport 3306 -j ACCEPT
iptables -A INPUT -p tcp -d 0/0 -s 0/0 --dport 3306 -j ACCEPT
/sbin/iptables -A INPUT -i eth0 -p tcp --destination-port 3306 -j ACCEPT

I rebooted my VPS but nothing

My my.cnf
Spoiler

EDIT :
NOTE : Its fixed now by support (:
__________________

Last edited by AmineKyo; 09-06-2012 at 18:35.
AmineKyo is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 15:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode