Recent content by NielsVL

  1. N

    Plesk broke changing MySQL admin password

    Solved the issue by updating the password for the MySQL admin user to the hash in /etc/psa/.psa.shadow So the hash in .psa.shadow has to be hased again by PASSWORD() ... SET password = PASSWORD(<hash>) ...
  2. N

    Plesk broke changing MySQL admin password

    Hello, I changed the password for the root user MySQL 'admin' via the webadmin in the Plesk panel (phpMyAdmin) Now I am getting an error when i try to acces Plesk panel on port 8443: ERROR: Zend_Db_Adapter_Exception: SQLSTATE[HY000] [1045] Access denied for user 'admin'@'localhost' (using...
Back
Top