• 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.

Problems with mysql admin

W

Warlock Storm

Guest
Hello

I put this question here to know if someone have or had the same problem and if it's possible to solve.
The main problem is that the admin account can't connect to the mysql databases (the other mysql users can connect).
If I try to connect with command line mysql with the admin account I obtain an "error 1045 (28000): Access denied for user 'admin'@'127.0.0.1'" but with another user it connects correctly.
In the panel I can login with admin but in Database Servers the mysql appears with a problem, and we can't access with phpmyadmin to any database ,it returns #1045 - Access denied for user 'admin'@'127.0.0.1' (basically the same that with the command line).
Can someone help us to solve this problem?


Ps : I read that adding skip-grant-tables on my.ini , and after reloading modify the line of admin (changing the password) in mysql/user table can be solved , but we have tested it on a virtual machine and this way crush the plesk panel.
 
yes, the general cause of such situation is that 'admin' password stored in Plesk database gets un-synchronized with one stored in MySQL database (I mean client's MYSQL, that is running on port 3306). All instruction on how to update it is provided in KB http://kb.odin.com/en/1153
 
Hello,

I tried Fix 1153 but stil can't access with user admin except if i add "skip-grant-tables" in "my.ini".
I can connect with all the others mysql users

Plesk 9.5.2
Mysql 5.0.45

Any other idea please ?

Thanks
 
Back
Top