You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Nick Couchman <vn...@apache.org> on 2019/07/20 20:52:29 UTC

Re: Possible to use MariaDB Connector vs MySQL Connector?

>
>
> If the MariaDB driver uses a different class, I think this would require
> an explicit configuration option on our part, similar to what we provide
> for the SQL Server support. We currently use JdbcHelper.MySQL to configure
> things for MySQL / MariaDB, but that likely assumes com.mysql.jdbc.Driver:
>
>
> https://github.com/apache/guacamole-client/blob/d1e928bea79ca81c827e9b6adedabc98eefdf701/extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-mysql/src/main/java/org/apache/guacamole/auth/mysql/MySQLAuthenticationProviderModule.java#L81-L82
>
> There may need to be an option to instead use JdbcHelper.MariaDB:
>
> http://www.mybatis.org/guice/jdbc-helper.html
>
>
Entered a new JIRA issue for this:

https://issues.apache.org/jira/browse/GUACAMOLE-852

-Nick

>