1 Answer
follow below steps to install mysql 5.6...
# wget http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm
# rpm -Uvh mysql-community-release-el6-5.noarch.rpm
# yum -y install mysql mysql-server
# service mysqld start
Your Answer