Centos 8安装MySQL5.7
查看 Mariadb 版本或依赖,如果有则删除
rpm -qa|grep mariadb卸载mariadb
rpm -e mariadb-libs-xxx-2.el7.x86_64 --nodeps
yum -y remove mariadb-connector-c-config-3.1.11-2.el8_3.noarch最新安装方式(适用centos8)
安装mysql-common依赖
wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-community-common-5.7.33-1.el7.x86_64.rpm
yum localinstall mysql-community-common-5.7.33-1.el6.x86_64.rpm -y安装 libs
wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-community-libs-5.7.33-1.el7.x86_64.rpm
yum localinstall mysql-community-libs-5.7.33-1.el6.x86_64.rpm -y安装客户端依赖
安装服务依赖
关闭防火墙
配置mysql
查看密码策略
8.X#查看密码策略
5.7 查看密码策略
修改密码策略
修改密码
开启远程授权
参考链接
最后更新于
这有帮助吗?