技术饭

centos8 安装 mysql5.7(更新数据库)

copylian    0 评论    10595 浏览    2021.08.08

centos8 安装 mysql5.7(更新数据库),centos8下默认的yum源是mysql8,如果想用mysql5.7那该如何安装呢?其实也蛮简单的,mysql官方也给出了操作方法,直接安装步骤执行就可以了,但是有一点需要注意的是:过程中可能会报Mariadb错误,原因是因为yum自动默认了Mariadb,这需要先禁用卸载Mariadb之后才能继续安装mysql5.7版本。

官方文档:https://dev.mysql.com/doc/refman/8.0/en/linux-installation-yum-repo.html

1、重点是先要禁用mysql8服务:

shell> sudo yum-config-manager --enable mysql57-community

shell> sudo yum-config-manager --disable mysql80-community

或者

shell> sudo dnf config-manager --enable mysql57-community

shell> sudo dnf config-manager --disable mysql80-community

2、卸载MariaDb

参考:https://blog.csdn.net/renfeigui0/article/details/102750562

参考:https://blog.csdn.net/chengyuqiang/article/details/80210416

3、安装mysql文档安装mysql5.7即可,安装完成之后就是设置mysql配置了,参考:https://www.copylian.com/technology/83.html

只袄早~~~
感谢你的支持,我会继续努力!
扫码打赏,感谢您的支持!
centos8 mysql5.7 mysql8 

文明上网理性发言!

  • 还没有评论,沙发等你来抢