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 GitHub
parent e9d8618cc8
commit 632df70162

View File

@@ -94,7 +94,7 @@ tar -xzf extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-dist/target/
# #
echo "Downloading MySQL Connector/J ..." 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 \ tar -xz \
-C "$DESTINATION/mysql/" \ -C "$DESTINATION/mysql/" \
--wildcards \ --wildcards \