• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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