在 CentOS 7 上 yum 安装 MYSQL 8.0

前端之家收集整理的这篇文章主要介绍了在 CentOS 7 上 yum 安装 MYSQL 8.0前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1、配置 yum 源

rpm -i https://dev.MysqL.com/get/MysqL80-community-release-el7-1.noarch.rpm

2、安装 MysqL Server

yum install MysqL-community-{server,client,common,libs}-*

3、启动 MysqL 服务

systemctl start MysqLd

4、修改 root 密码

grep 'temporary password' /var/log/MysqLd.log

MysqL -uroot -p

ALTER USER 'root'@'localhost' IDENTIFIED BY 'MysqL8.0';

原文链接:https://www.f2er.com/centos/374238.html

猜你在找的CentOS相关文章