From 75d13f3cc731108f409629f12fa344a57e6b579d Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 23 Jul 2024 14:12:53 +0800 Subject: [PATCH] Update install.sh --- plugins/mysql/versions/8.4/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mysql/versions/8.4/install.sh b/plugins/mysql/versions/8.4/install.sh index 4f214242b..e126902e6 100755 --- a/plugins/mysql/versions/8.4/install.sh +++ b/plugins/mysql/versions/8.4/install.sh @@ -56,7 +56,7 @@ fi VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F "\"" '{print $2}'` -VERSION=8.4.0 +VERSION=8.4.2 # https://dev.mysql.com/get/Downloads/MySQL-8.4/mysql-${VERSION}.tar.gz # https://cdn.mysql.com//Downloads/MySQL-8.4/mysql-boost-${VERSION}.tar.gz Install_mysql()