To upgrade the MySQL version you need to login into WHM interface and follow the below mentioned steps:
1) Go to “Server Configuration/Tweak Settings”.
2) Choose in the “MySQL” section the latest version on the radio button and click “Save”.
This will actually run the script: /scripts/mysqlup which will generally download and install the latest MySQL rpms available at the time. Once the compilation is complete you should rebuild the perl mysql libraries and rebuild apache to php build against the newly installed mysql library. You can use below given command to rebuild the MySQL Libraries and Apache:
For MySQL Libraries:
/scripts/perlinstaller --force Bundle::BD::mysql
For apache/php:
/scripts/easyapache
Once it is done your MYSQL will be upgraded to latest version.
Please note that he MySQL version upgrade is not reversible…
__________________
Carol.P
|