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........!

gibbons
asked Sep 7, 2017
1 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
View More
arunkumarak
answered Sep 7, 2017
Your Answer
||||
 
100:0