CentOS7 安装mysql

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.
相关文章
相关标签/搜索