Connecting to mySQL database

I am trying to connect a mysql instance hosted on CPanel Cloud Platform.
I am using a connection string as follows(using the SQL Database ConnectorPlugin):
mysql://[dbuser]:[dbpassword]@[instance_public_ip_address]:[port]/[dbname]

WHERE:
user: wizepark_wizepark
password: Khw007u5E10
instance_ip: 41.185.8.143
port:3306
db_name: wizepark_streets

I am getting an error as follows:
Connection issue: SQL Database Connector issue: Connection attempt failed:Current fiber timed out after 65000 ms

erroe Snapshot

Please assist

You should never post your username/password on a public forum. Even if they are temporary details.

There is a high probability that your hosting company does not allow external connections to your database.

Please remove the connection details you show here (as mentioned above), this is exposing data to anyone who wants to access your system.

Given the port you are connecting on, it might be a firewall issue as well since this is not typically available for outside connections (again as a security precaution) even though this is the connection port for MySQL.

This topic was automatically closed after 70 days. New replies are no longer allowed.