Skip to main content

MySQL Upgrade via cPanel

Comments

1 comment

  • cPanelPeter cPanel Staff
    Hello, The last step in updating MySQL is to run EasyApache so that Apache and PHP are properly compiled to work with the new MySQL Libs. You can check to see if EasyApache is still running with: # ps auxfwww | grep easy
    Likewise, you will want to check the following log files: /usr/local/cpanel/logs/easy/apache/xxxxxxxxxxx.log (where xxxxx is the timestamp). You'll want to find the latest one. /var/lib/mysql/HOSTNAME.err (replace hostname with the actual hostname).
    If you see no errors in those log files and finally you will want to check that MySQL is in fact running. # ps auxfwww | grep mysql
    If it is then all should be just fine.
    0

Please sign in to leave a comment.