linux yum install mysql 5.6

Destination wget http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm

After the download is complete, import the Yum library to your local

sudo yum localinstall mysql-community-release-el6-*.noarch.rpm

The Yum repository contains MySQLServer, MySQL Workbench management tools and ODBC drivers. Now you can simply install MySQLServer with the following command:

sudo yum install mysql-community-server

OK

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326668471&siteId=291194637
Recommended