Mike Jumper created GUACAMOLE-1407:
--------------------------------------
Summary: Automatically detect MariaDB / MySQL driver
Key: GUACAMOLE-1407
URL: https://issues.apache.org/jira/browse/GUACAMOLE-1407
Project: Guacamole
Issue Type: Improvement
Components: guacamole-auth-jdbc-mysql
Reporter: Mike Jumper
Currently, if using Guacamole's MySQL / MariaDB support, Guacamole will assume
that the MySQL version of "Connector/J" is installed unless this is overridden
with the {{mysql-driver}} property within {{guacamole.properties}}:
{code:none}
mysql-driver: mariadb
{code}
Since the MariaDB driver uses a different Java class, it should be possible to
automatically detect the installed driver. The {{mysql-driver}} property would
then only be required if this automatic detection somehow fails.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)