1 Star 0 Fork 0

melody100/centos7-php8

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
install_db.sh 289 Bytes
一键复制 编辑 原始数据 按行查看 历史
陈圣文 提交于 2023-11-23 21:00 . add some sh
#!/bin/sh
echo "开始安装MariaDB..."
mv MariaDB.repo /etc/yum.repos.d/MariaDB.repo
rpm --import https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
dnf -y install mariadb mariadb-server
systemctl enable mariadb && systemctl start mariadb
mysql_secure_installation
echo "MariaDB安装完成."
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/melody100/centos7-php8.git
git@gitee.com:melody100/centos7-php8.git
melody100
centos7-php8
centos7-php8
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385