• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Remote database connection doesn't work anymore

Johannes P.

New Pleskian
Hello,

i recently added a ssl certificate to my server, made it the default certificate in plesk and use it to secure connections with plesk. I also changed the hostname to match my RDNS entry.

Since then remote database connections don't work anymore, despite the settings being set to "allow remote connetions from any host". I couldn't find anything about this issue in the mysql-logs located in "/var/log/".
Has anyone experienced something similar before? What could be the cause of the problem?

Thank you
Johannes

P.S.: some additional information:

1) "netstat -lntp" shows the following:

netstat-lntp.png

2) bind-address in "/etc/mysql/my.cnf" is "127.0.0.1"

3) Firewall Rule for MySQL as shown in "Tools & Settings" -> "Firewall"
firewall-rule-mysql.png
 
Last edited:
Your config only allows mysqld to listen on localhost. In /etc/msyql/my.cnf change the bind-address=* to listen on all interfaces. Restart msyqld.
 
Back
Top