From 78d03754f6731c96cb89cd23995f1e190140c68c Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 14 Oct 2022 12:09:19 +0800 Subject: [PATCH] Update install.sh --- plugins/mysql/versions/5.7/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mysql/versions/5.7/install.sh b/plugins/mysql/versions/5.7/install.sh index 339a7ca9e..3b8714b47 100755 --- a/plugins/mysql/versions/5.7/install.sh +++ b/plugins/mysql/versions/5.7/install.sh @@ -68,7 +68,7 @@ Install_mysql() fi #检测文件是否损坏. - md5_mysql_ok=db1b672fc257bd46356c7af26dd22801 + md5_mysql_ok=d949b0ef81c3f52f7ef0874066244221 if [ -f ${mysqlDir}/mysql-boost-${VERSION}.tar.gz ];then md5_mysql=`md5sum ${mysqlDir}/mysql-boost-${VERSION}.tar.gz | awk '{print $1}'` if [ "${md5_mysql_ok}" == "${md5_mysql}" ]; then