This commit is contained in:
wenyongda 2025-04-10 16:41:43 +08:00
parent e7ad5056fe
commit a2ee17c45f

View File

@ -466,6 +466,12 @@ echo 'Hello, World!'
yum install -y wget && mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup && wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo && yum clean all && yum makecache
```
## dnf
## 安装MySQL
有些Linux会自带MariaDB数据库所以需要先卸载