Mysql 5.7.17 installation and configuration method graphic tutorial (CentOS7), 5.7.17centos7

Source: Internet
Author: User
Tags yum repolist

Mysql 5.7.17 installation and configuration method graphic tutorial (CentOS7), 5.7.17centos7

Notes for installing mysql on centos 7

1. mariadb database is installed on CentOS7 by default., Uninstall mariadb.

Rpm-qa | grep mariadb

Yum remove mariadb-libs.x86_64

2 configure YUM Source

1) download the mysql source installation package
Wget http://xiazai.jb51.net/201612/yuanma/mysql57YUM (jb51.netw..rar

2) install mysql Source

Yum localinstall mysql57-community-release-el7-9.noarch.rpm

3) check whether the mysql source is successfully installed

Yum repolist enabled | grep "mysql.-community ."

3. Install MySQL

Yum install mysql-community-server

4. Start the MySQL Service

1) Start

Systemctl start mysqld

2) view the MySQL startup status

5 boot

Systemctl enable mysqld
Systemctl daemon-reload

6. Change the default root password.

1) After mysql is installed, a default password is generated for root in the/var/log/mysqld. log file.

Use grep 'temporary password'/var/log/mysqld. log to find the root default password:

2) log on to mysql

Mysql-uroot-p
Enter the password:

The above is all the content of this article. I hope it will be helpful for your learning and support for helping customers.

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.