On Wed, Jul 1, 2020 at 4:08 PM Nick Couchman <[email protected]> wrote:
> 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. > I had missed it. I added `mysql-driver: mariadb` on `/etc/guacamole/guacamole.properties`, and it worked. Thanks, Dashamir > > -Nick > >
