• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Problem

Status
Not open for further replies.

BrenoB

New Pleskian
Integration between Plesk Pannel and MySQL External Server

Hi everybody;

I'm running Plesk Pannel 11.5 for Windows in a Server, and I'm trying to add a new MySQL Server (Tools & Setiings -> Database Servers -> Add Database Server) but I've got an error: Access denied for user 'root'@'%' to database 'd52b1de48c958c.

The root user and password that I'm trying are correct, I can connect at the MySQL server using other client or directly on server.

Has anyone faced this problem? What did you habe to do to fix the problem?

Any help will be appreciated.

Thanks.

Breno
 
Hi everybody;

I'm running Plesk 11.5 for Windows and I'm trying to add a new My SQL Server (Tools & Settings -> Database Servers -> Add New Database Server). But when I try, I face the follow error: Access denied for user 'proot'@'10.198.112.55' (using password: YES) Account does not have administrativa privileges.

I made some testes on MySQL Server and the account that I'm using has permission (is root account), only when I try by Plesk I face this error.

Has anynone faced this error? What did you do to fix it?

Thanks for your help

Breno
 
Hi Breno,

did you checked the mysql database, table users? Are you sure, that you allowed root from the IP of the Plesk Panel server? There are different rules. You can grant root access from specific IPs only or only localhost.
Please doublecheck that first.
 
Hi IgorG; Yes, the correct is 'root'. I think I typed 'p' unconsciously.

Hi Henning; the connection for user root was allowed, but it wasn't the problem.

We've fixed the problem, it was privileges. Using the command on MySQL Server "GRANT ALL PRIVILEGES ON *.* TO root@'%' IDENTIFIED BY '#wCdCm2' WITH GRANT OPTION" it worked.

Thanks for your replies.
 
Status
Not open for further replies.
Back
Top