From 3a685eb316f4d5f9dfed485475014ae0bf02698c Mon Sep 17 00:00:00 2001 From: dami Date: Thu, 11 Sep 2025 20:16:19 +0800 Subject: [PATCH] Update install_generic.sh --- plugins/mysql-community/versions/9.3/install_generic.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/mysql-community/versions/9.3/install_generic.sh b/plugins/mysql-community/versions/9.3/install_generic.sh index 237b43ec5..486f950d5 100755 --- a/plugins/mysql-community/versions/9.3/install_generic.sh +++ b/plugins/mysql-community/versions/9.3/install_generic.sh @@ -60,10 +60,10 @@ Install_mysql() COMMUNITY_INSTALL if [ "$?" == "0" ];then mkdir -p $serverPath/mysql-community - echo '9.2' > $serverPath/mysql-community/version.pl + echo '9.3' > $serverPath/mysql-community/version.pl echo '安装完成' else - echo '9.2' > $serverPath/mysql-community/version.pl + echo '9.3' > $serverPath/mysql-community/version.pl echo "暂时不支持该系统" fi }