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

Which I used on a standard 7.5 install and got this error:

Unable to connect to database: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) 0: /usr/local/psa/admin/auto_prepend/auth.php3:66 psaerror(string "Unable to connect to database: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)")


Any help appreciated.

Thanks
 
w3it, check that your mysql server is working at all. Try this and send the results here:

# service mysql status
or
# service mysqld status

and also:

# ps ax | grep mysql
 
What an error. Brought down Plesk because of a restart was needed. Maybe something in yum could at least say "Now restart MySQL".

Thanks for all your help
 
Thats a bad trigger in the psa, you'll get the same result when updating mysql 3 packages as well.

Fortunately its a benign error, mysql 4 (or a newer mysql 3 for that matter) is successfully being installed, however psa will report mysql 3 (or older version thereof) as being installed in the CP, due to aforementioned bad trigger.
 
Back
Top