mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-05 20:57:40 +00:00
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:
@@ -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 \
|
||||||
|
Reference in New Issue
Block a user