• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

MYSQL User Problem

E

EBHAUK

Guest
Just found a small problem following upgrade to 8.2 Linux.

Could not access any MYSQL Databases at all, neither log in to MYSQL via SSH.

Through trial + error, found admin user reset to plesk default admin user. Following successful login via SSH I did this to fix:

mysql> GRANT ALL PRIVILEGES ON *.* TO 'your_admin_user'@'localhost' IDENTIFIED BY 'your_admin_password' WITH GRANT OPTION;

All burst into life again!

I am running MYSQL Server 5.0.22
 
Back
Top