linux配置-centos安装mysql8
> 整合出自:
>
> * [CentOS8卸载安装mysql8.0](https://blog.csdn.net/py_xiaoguaishou/article/details/121297980)
> * [Linux 安装 MySQL](https://blog.csdn.net/bugu_hhh/article/details/130625482)
<!--more-->
### 一、卸载mysql
1、查看mysql安装了哪些东西
```bash
[root@iZuf65saybbvavxkh38cdiZ mysql]# rpm -qa |grep -
more...



