1.下載mysql的repo源mysql
$ wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
2.安裝mysql-community-release-el7-5.noarch.rpm包sql
$ sudo rpm -ivh mysql-community-release-el7-5.noarch.rpm
3.安裝mysqlspa
$ sudo yum install mysql-server
4.獲取安裝mysql時隨機生成的root密碼code
# grep "password" /var/log/mysqld.log
5.修改密碼server
# mysqladmin -u root -p password
Enter password:
New password:
Confirm new password:
6.進入mysqlblog
# mysql -u root -pEnter password: Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 11Server version: 5.7.18 MySQL Community Server (GPL)Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.Oracle is a registered trademark of Oracle Corporation and/or itsaffiliates. Other names may be trademarks of their respectiveowners.Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.