Imp: Please take backup of database and mysql config file my.cnf
cp -Rf /var/lib/mysql /var/lib/mysql-old
mv /etc/my.cnf /etc/my.cnf-old
Check the Mysql version:
mysql -V
mysql Ver 14.12 Distrib 5.0.77, for redhat-linux-gnu (x86_64)
We need to Disable the Mysql in cPanel:
/scripts/update_local_rpm_versions --edit target_settings.MySQL51 uninstalled
The following script will remove the mysql from your server.
/scripts/check_cpanel_rpms --fix --targets=MySQL51
Then, Download the Percoana repository and install it on server:
rpm -Uhv http://www.percona.com/downloads/percona-release/percona-release-0.0-1.x86_64.rpm
Retrieving http://www.percona.com/downloads/percona-release/percona-release-0.0-1.x86_64.rpm
Preparing... ########################################### [100%]
1:percona-release ########################################### [100%]
After that you can install the Percona server and req. pacakges.
yum install Percona-Server-client-55 Percona-Server-server-55 Percona-Server-devel-55 Percona-Server-shared-55 Percona-Server-55-debuginfo.x86_64 Percona-Server-test-55.x86_64
Start the Percona Mysql:
/etc/init.d/mysql start
Upgrade your data with Percona: It will shows you "OK" if its done successfully.
mysql_upgrade
Then again restart the Mysql:
/etc/init.d/mysql restart
Now, For PHP and Apache you have to rebuild the Apache and PHP using following script:
/scripts/easyapache --build
After completion it will shows you.
!!
!! Build Complete! !!
Good You Done IT..Now you can have well optimized PerconaDB.. and you can Enjoy the performance :)
cp -Rf /var/lib/mysql /var/lib/mysql-old
mv /etc/my.cnf /etc/my.cnf-old
Check the Mysql version:
mysql -V
mysql Ver 14.12 Distrib 5.0.77, for redhat-linux-gnu (x86_64)
We need to Disable the Mysql in cPanel:
/scripts/update_local_rpm_versions --edit target_settings.MySQL51 uninstalled
The following script will remove the mysql from your server.
/scripts/check_cpanel_rpms --fix --targets=MySQL51
Then, Download the Percoana repository and install it on server:
rpm -Uhv http://www.percona.com/downloads/percona-release/percona-release-0.0-1.x86_64.rpm
Retrieving http://www.percona.com/downloads/percona-release/percona-release-0.0-1.x86_64.rpm
Preparing... ########################################### [100%]
1:percona-release ########################################### [100%]
After that you can install the Percona server and req. pacakges.
yum install Percona-Server-client-55 Percona-Server-server-55 Percona-Server-devel-55 Percona-Server-shared-55 Percona-Server-55-debuginfo.x86_64 Percona-Server-test-55.x86_64
Start the Percona Mysql:
/etc/init.d/mysql start
Upgrade your data with Percona: It will shows you "OK" if its done successfully.
mysql_upgrade
Then again restart the Mysql:
/etc/init.d/mysql restart
Now, For PHP and Apache you have to rebuild the Apache and PHP using following script:
/scripts/easyapache --build
After completion it will shows you.
!!
!! Build Complete! !!
Good You Done IT..Now you can have well optimized PerconaDB.. and you can Enjoy the performance :)