0

How to install mysql 5.6 on centos

hi....,

my server based on centos 6.7. current mysql version of my server is 5.3.., i removed 5.3 and am trying to install mysql 5.6.. please share some document to install mysql 5.6... thank you........!

MySQL Add a comment
gibbons
asked Sep 07 2017

Answer

0

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
Add a comment
arunkumarak
asked Sep 07 2017
edited Oct 05 2018
Post your Answer