From cebfc2fc9171d5935982fe7dce585f95aaab0934 Mon Sep 17 00:00:00 2001 From: dami Date: Mon, 20 Jul 2026 22:17:22 +0800 Subject: [PATCH] update --- plugins/mysql/info.json | 2 +- plugins/mysql/versions/8.0/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/mysql/info.json b/plugins/mysql/info.json index daba2aedf..d470e6ce2 100755 --- a/plugins/mysql/info.json +++ b/plugins/mysql/info.json @@ -12,7 +12,7 @@ "path": "server/mysql/VERSION", "todo_versions":["5.6","5.7","8.0","8.2"], "versions":["5.5", "5.6", "5.7","8.0","8.2","8.3","8.4","9.0","9.1","9.2","9.3","9.4","9.7"], - "updates":["5.5.62","5.6.50", "5.7.32","8.0.34","8.2.0","8.3.0","9.0.1","9.1.0","9.2.0","9.3.0","9.4.0","9.7.0"], + "updates":["5.5.62","5.6.50", "5.7.32","8.0.46","8.2.0","8.3.0","9.0.1","9.1.0","9.2.0","9.3.0","9.4.0","9.7.0"], "shell":"install.sh", "checks":"server/mysql", "path":"server/mysql", diff --git a/plugins/mysql/versions/8.0/install.sh b/plugins/mysql/versions/8.0/install.sh index 31c3da456..23ade8d80 100755 --- a/plugins/mysql/versions/8.0/install.sh +++ b/plugins/mysql/versions/8.0/install.sh @@ -54,7 +54,7 @@ fi VERSION_ID=`cat /etc/*-release | grep VERSION_ID | awk -F = '{print $2}' | awk -F "\"" '{print $2}'` -VERSION=8.0.37 +VERSION=8.0.46 Install_mysql() { mkdir -p ${mysqlDir}