On Wed, Jul 1, 2020 at 9:11 AM Dashamir Hoxha <[email protected]> wrote:
> Hi, > > I am using MariaDB for the database, however it doesn't work without > `mysql-connector-java`. In ubuntu-18.04 it is easy to install it, but in > ubuntu-20.04 it has become a bit tricky (unless I am missing something): > - > https://gitlab.com/docker-scripts/guacamole/-/blob/master/Dockerfile#L46-50 > I would like to avoid this if possible. > > The 1.2.0 version of Guacamole Client adds support for the MariaDB Connector/J. You just need to specify the mysql-driver option and set it to MariaDB. This is documented in the current user guide on the web page. -Nick
