• 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

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