GUACAMOLE-1738: Update version of MySQL connector

GUACAMOLE-1738 Update version of MySQL connector used to resolve issue 1738 where it can no longer connect to the MySQL server using the new extension and old connector: https://issues.apache.org/jira/projects/GUACAMOLE/issues/GUACAMOLE-1738
This commit is contained in:
Michael Magill
2023-03-01 21:01:30 -05:00
committed by Mike Jumper
parent 3ad32215a9
commit d1cfdd8c9b

View File

@@ -94,7 +94,7 @@ tar -xzf extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-dist/target/
#
echo "Downloading MySQL Connector/J ..."
curl -L "https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.46.tar.gz" | \
curl -L "https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-j-8.0.32.tar.gz" | \
tar -xz \
-C "$DESTINATION/mysql/" \
--wildcards \