Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install mysql5.7 on centos7 system

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

The following is mainly to bring you entos7 system how to install mysql5.7, I hope these contents can bring you practical use, this is also my edit entos7 system how to install mysql5.7 this article's main purpose. Okay, no more nonsense, let's go straight to the following.

1. Check whether the system installs other versions of MYSQL data

yum list installed | grep mysql

yum -y remove mysql-libs.x86_64

II. Installation and configuration

wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm

rpm -ivh mysql-community-release-el7-5.noarch.rpm

yum repolist all | grep mysql

Install MYSQL database

yum install mysql-community-server -y

Set to boot

chkconfig --list | grep mysqld

chkconfig mysqld on

For the above on how to install mysql5.7 centos7 system, we do not feel very helpful. If you need to know more, please continue to pay attention to our industry information, I believe you will like these contents.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report