0

i have a problem with connecting the MySQL workbench remotely on my VPS server, and i have not an idea what is the problem...

  1. I'm using the cPanel user to connect to the database
  2. I have added my current IP to the white list (allowed hosts)
  3. I'm using domain name (or server IP) as hostname
  4. I'm using default port 3306
  5. I got the error 10060

What could be the problem, and how can I solve it ?

2
  • Check to make sure that skip-networking is commented out in the my.cnf. Also, if bind-address is set to 127.0.0.1, comment that line as well. Commented Jun 9, 2016 at 13:12
  • Open port 3306 in firewall. Commented Jun 9, 2016 at 15:04

1 Answer 1

1

The problem is solved by adding the client IP address to csf.conf file.

Thanks.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.