How To: Upgrade MySQL For Linux server

Collapse

Unconfigured Ad Widget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Shane
    Senior Member
    • Jun 2006
    • 264

    How To: Upgrade MySQL For Linux server

    Hello All,

    To upgrade the MySQL version one need to do the login into WHM interface and follow the below mentioned steps:

    1) Go to Server Configuration/Tweak Settings.
    2) Choose in the MySQL section the 5.0 radio button and click Save.

    It will actually run the script: /scripts/mysqlup which will download and install the latest MySQL5 rpms available at the time. After completion one should rebuild the perl mysql libraries and rebuild apache to php build against the newly installed mysql library. One can use below mentioned command to rebuild the MySQL Libraries and Apache:

    For MySQL Libraries:
    /scripts/perlinstaller --force Bundle::BD::mysql

    For apache/php:

    /scripts/easyapache

    NOTE: The MySQL version upgrade is not reversible

    Thanks,

    Shane G.
    Accuwebhosting.com

    Last edited by admin; 08-21-2015, 10:14 AM.
Working...
X