We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983184a commit 2b3b33dCopy full SHA for 2b3b33d
run.sh
@@ -71,6 +71,7 @@ else
71
#检测是否存在mysql-connector文件夹
72
if [ ! -d "mysql-connector" ]; then
73
echo "-- mysql-connector folder does not exist, downloading..."
74
+ rm -rf mysql-connector-c++-8.1.0-linux-glibc2.28-x86-64bit.tar.gz
75
wget https://cdn.mysql.com//Downloads/Connector-C++/mysql-connector-c++-8.1.0-linux-glibc2.28-x86-64bit.tar.gz
76
#下载是否成功
77
if [ $? -ne 0 ]; then
0 commit comments