[
https://issues.apache.org/jira/browse/GUACAMOLE-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16448336#comment-16448336
]
Mathias commented on GUACAMOLE-553:
-----------------------------------
Thanks you Michael for your fast reply.
Her is a short description to replace the JDBC lib into Guacamole 0.9.14 to use
with MySQL 8.0.
0. You have a running Guacamole version 0.9.14 image into Docker with name
"guacamole1".
1. Go into your running container "guacamole1".
2. Download MySQL lib 5.1.46
3. Extract tar file
4. Remove tar file
5. Move lib into right place /opt/guacamole/mysql/
6. Remove old MySQL lib 5.1.35
7. Leave container
8. Restart docker container
{code:bash}
0. sudo docker pull guacamole/guacamole:0.9.14
0. sudo docker run --name guacamole1 ....
---
1. sudo docker exec -it guacamole1 bash
2. # wget
https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.46.tar.gz
3. # tar xf mysql-connector-java-5.1.46.tar.gz
4. # rm mysql-connector-java-5.1.46.tar.gz
5. # mv mysql-connector-java-5.1.46/mysql-connector-java-5.1.46-bin.jar
/opt/guacamole/mysql/
6. # rm rm /opt/guacamole/mysql/mysql-connector-java-5.1.35-bin.jar
7. # exit
8. sudo docker restart guacamole1
{code}
> Docker image need a new MySQL JDBC driver for MySQL 8.0
> -------------------------------------------------------
>
> Key: GUACAMOLE-553
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-553
> Project: Guacamole
> Issue Type: Improvement
> Components: guacamole-docker
> Affects Versions: 0.9.14
> Reporter: Mathias
> Priority: Minor
> Fix For: 1.0.0
>
>
> The Docker image need a MySQL JDBC driver update to be compatible with MySQL
> 8.
> Driver file "mysql-connector-java-5.1.35-bin.jar" must replaced with
> "mysql-connector-java-5.1.46-bin.jar" to get a connection with MySQL 8.0.11.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)