參考網址:
[1] http://shaurong.blogspot.tw/2014/01/mysql-community-5615-tgz-centos-65-x64.html
[2] http://sharadchhetri.com/2013/12/26/install-mysql-server-5-6-in-centos-6-x-and-red-hat-6-x-linux/
目前(2014/12/17)CentOS 的 yum 安裝版本為 5.1.71 版本,
phpMyadmin 4.x 版後必須使用 MySQL 5.5 版本以上,
造成預設的 yum MySQL 安裝會出問題,
因此需要手動安裝 MySQL 5.5 以上
1. 下載 RPM 資料
wget http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm
2. 安裝RPM資料
rpm -ivh mysql-community-release-el6-5.noarch.rpm
3.確認更新後的 yum MySQL版本
yum list | grep mysql
4.安裝 mysql-community-server
yum -y install mysql-community-server
5.啟動 mysql
service mysqld start
6.進行 mysql 第一次設定
/usr/bin/mysql_secure_installation
7.設定完成再重新啟動一次 mysql
service mysqld restart
8.完成
沒有留言:
張貼留言