From 4519a4175b68f31271ce64ab323f9d3cad08cfae Mon Sep 17 00:00:00 2001 From: dami Date: Thu, 11 Sep 2025 15:03:17 +0800 Subject: [PATCH] Update install.sh --- plugins/mysql/versions/5.5/install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/mysql/versions/5.5/install.sh b/plugins/mysql/versions/5.5/install.sh index 6c3ca7cce..6f9c20393 100755 --- a/plugins/mysql/versions/5.5/install.sh +++ b/plugins/mysql/versions/5.5/install.sh @@ -175,8 +175,6 @@ Install_mysql() # exit 0 fi - # -DWITH_SSL=/www/server/lib/openssl11 - if [ ! -d $serverPath/mysql ];then cd ${mysqlDir}/mysql-5.5.62 && cmake \ -DCMAKE_INSTALL_PREFIX=$serverPath/mysql \