• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Cannot add MySQL Database Server under Plesk 10.3

Jay Versluis

Regular Pleskian
Hello everyone ;-)

I've just rented a new Plesk 10.3 server and am setting it up. I've got another one running Plesk 9.3 and have added a separate MySQL database server with root details which worked fine. However under Plesk 10.3 the panel tells me my credentials aren't valid...

I've checked those and they do work fine, in fact they work just fine under Plesk 9.3 but not under 10.3.

What am I missing? Any help appreciated!
 
try to connect from your 10.3 machine with the mysqlclient to the databaseserver you try to add.
Code:
mysql -h IP_or_DNS_name -uroot -p
should prompt you for the password.

Maybe it helps. ;)
 
Ah, the plot thickens. That was a good call, GunFood!

Looks like my 10.3 machine doesn't allow me to connect - I get an "access denied" message even with correct details. I've checked my firewall too and even with all in and outgoing traffic allowed it doesn't seem to work.

As of this morning I'm using 10.4 on my new server, and Plesk 9.3 on the database server. My old web server also runs 9.3 and connects fine. Like so many things, this doesn't make sense to me...
 
I don't think the problem is the 10.3 machine. Maybe something is different (IP of outgoing connections ?) and the 9.3 firewall on the MySQL server allow only this address to connect.
 
Back
Top