ผมทำตามนี้ ครับ เข้าไปที่ etc ไปเจอ my.cnf ที่ CentOS มีอยู่ จัดการลบมันทิ้ง ซะ แล้วย้าย ของ ต.นอยไปแทน
จากนั้นติดตั้ง Percona ด้วยคำสั่ง
rpm -ivh Percona* --nodeps --force
ผลเป็นอย่างที่เห็น Mysql ไม่ทำงาน
Preparing... ########################################### [100%]
1:Percona-Server-shared-5########################################### [ 33%]
2:Percona-Server-client-5########################################### [ 67%]
3:Percona-Server-server-5########################################### [100%]
110829 23:31:39 [Note] Flashcache bypass: disabled
110829 23:31:39 [Note] Flashcache setup error is : ioctl failed
110829 23:31:39 [ERROR] /usr/sbin/mysqld: unknown option '--skip-locking'
110829 23:31:39 [ERROR] Aborting
110829 23:31:39 [Note] /usr/sbin/mysqld: Shutdown complete
Installation of system tables failed! Examine the logs in
/var/lib/mysql for more information.
You can try to start the mysqld daemon with:
shell> /usr/sbin/mysqld --skip-grant &
and use the command line tool /usr/bin/mysql
to connect to the mysql database and look at the grant tables:
shell> /usr/bin/mysql -u root mysql
mysql> show tables