Problem connect to wordpress DB

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
Delaware
Posts: 1
Joined: Tue 29 Jul 2014 21:45

Problem connect to wordpress DB

Post by Delaware » Wed 30 Jul 2014 19:55

Hello,

I'm trying to connect to a WP db, I've used the ip address of my website as the host, and used the username and password from the WP-config file. I also enabled remote mysql connections through cpanel and WHM for my IP address.

Anyone have an ideas why I can't get it to connect?

alexa

Re: Problem connect to wordpress DB

Post by alexa » Thu 31 Jul 2014 12:48

Could you please provide us the following:

1. The screenshot of the error.

2. The result of the following command being executed in the command line:

telnet server_ip 3306

If Telnet Client is not included, you can add it in 'Add/remove windows components'.

You can send a reply straight to our support system at supportATdevartDOTcom, so we will keep further correspondence with you on this issue via e-mail.

alexa

Re: Problem connect to wordpress DB

Post by alexa » Mon 04 Aug 2014 11:29

The error means the port 3306 is not open on the MySQL server.

In case you will not manage to get a direct access to the MySQL server, you can use HTTP or SSH tunnels to connect to the MySQL server.

Post Reply