Jump to content
  • 0

Sqlstate[Hy000] [2002] Connection Timed Out


Question

Posted

Kalispera prospathousa na sikosw ena New website kai kolisa me to mysql.

Exw kanei ta panta kai den mporw na sindesw to Website me to Dedicated.

Exw aniksi to port 3306

 

 

<?php
# IP DO DEDICADO
$ip = "blablablabla";
// Connect PHP PDO
$connect = 'mysql:host=blablablabla;dbname=blablablabla';


try {
$db = new PDO($connect,'root','blablablabla');
$db->setattribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
} catch (PDOException $e) {
echo $e->getMessage();
}

 

 

 

 

10 answers to this question

Recommended Posts

  • 0
Posted

Tell your webhost provider to enable your ip for a remote connection.
Same happened to me on hostchefs.

  • 0
Posted

Tell your webhost provider to enable your ip for a remote connection.

Same happened to me on hostchefs.

so problem it is in Webhost? no Dedicated!!!!

  • 0
Posted

so problem it is in Webhost? no Dedicated!!!!

Since you allowed access to your ports, than it goes to webhost. Both of them have protections so simply ask if the ip you want to connect with, is allowed.

  • 0
Posted

Have you contacted the company from where you got webhost? They can tell you if they something closed...because this is due to some ddos protection and other preventions.

  • 0
Posted (edited)

Have you contacted the company from where you got webhost? They can tell you if they something closed...because this is due to some ddos protection and other preventions.

yes i waiting 12 hours :D for reply. anyway boy ty for info

Edited by L2Cecrops
  • 0
Posted

Almost every host company i've worked with has a "Firewall" for remote connections. you should contact them to open the connection between the hosts.

also its good to use Custom mysql users, so only the webhost can accesses it.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock