centos 6.x 에 mysql 5.5 설치




  

I used the following commands to add a new YUM repo and make the update:

Download the Remi repo

cd /etc/yum.repos.d
wget http://rpms.famillecollet.com/enterprise/remi.repo

Install/Update the mysql version

yum --enablerepo=remi install mysql-server

OR

yum --enablerepo=remi update mysql-server



Posted by [czar]
,