เริ่มเลย
# rpm -ivh Percona-XtraDB-* --nodeps --force
# rm /var/lib/mysql/ib*
#จากนั้น copy my.cnf ที่ให้ ไปที่ /etc ยังมี comment ที่ ส่วน percona อยู่นะครับ
# chmod 744 my.cnf
# service mysql restart
ต่อมา สร้าง database +user+paaswd
mysql>create database hos;
mysql>grant all on *.* to user@"%" identified by 'passwd' with grant option;
mysql>grant super on *.* to user@"%" identified by 'passwd' with grant option;
mysql>flush privileges;
user= อะไรก็ได้ ชื่อผู้ใช้ database passwd = อะไรก็ได้ รหัสผ่านครับ
-ทำการ dump ข้อมูลเข้า
-แก้ /etc/my.cnf เอาตัว comment percona ออก ตามที่บอก
-service mysql restart
-chown mysql:mysql /var/lib/mysql/* -R
-mysql_upgrade
-เข้า hosxp up st.+ทำ innodb