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

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