CentOS 7 Yum Installation mysql5.6

Source: Internet
Author: User
Tags yum repolist

到mysql社区安装当前可用包
CentOS 7 命令
# rpm -Uvh http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm

CentOS 6.5 命令
# rpm -Uvh http://dev.mysql.com/get/mysql-community-release-el6-5.noarch.rpm

查看当前可用的mysql安装资源
# yum repolist enabled | grep "mysql.*-community.*"
MySQL Connectors Community                 14mysql-tools-community/x86_64      MySQL Tools Community 17mysql56-community/x86_64 MySQL 5.6 Community Server 139

As can be seen from the list above, mysql56-community/x86_64 and MySQL 5.6 Community Server can be used. As a result, we can install the MySQL5.6 version directly in Yum mode.

# yum -y install mysql-community-server

安装完成后,查看版本
# mysql -V
 

 


 
 

CentOS 7 Yum Installation mysql5.6

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.