MySQL8的一键安装部署

This commit is contained in:
2022-04-14 13:28:23 +08:00
parent d32e79e96c
commit f2aa29deeb
3 changed files with 121 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ GREENCOLOR='\033[1;32m'
NC='\033[0m'
DOWNLOAD_DIR="/usr/src"
# MySQL 安装源的位置
SOURCE_DIR="http://repo.mysql.com/mysql57-community-release-el7-8.noarch.rpm"
echo "===================================================="