Re: Possible to use MariaDB Connector vs MySQL Connector?

2019-07-20 Thread Nick Couchman
> > > 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

Re: Possible to use MariaDB Connector vs MySQL Connector?

2019-06-11 Thread Mike Jumper
On Tue, Jun 11, 2019 at 11:42 AM Nick Couchman wrote: > On Tue, Jun 11, 2019 at 2:19 PM Zer0Cool wrote: > >> Here is the error I get in /var/log/messages when loading the Guac >> website/login page. >> >> t-guac server: ### Error querying database. Cause: java.sql.SQLException: >> Error

Re: Possible to use MariaDB Connector vs MySQL Connector?

2019-06-11 Thread Nick Couchman
On Tue, Jun 11, 2019 at 2:19 PM Zer0Cool wrote: > Here is the error I get in /var/log/messages when loading the Guac > website/login page. > > t-guac server: ### Error querying database. Cause: java.sql.SQLException: > Error setting driver on UnpooledDataSource. Cause: >

Re: Possible to use MariaDB Connector vs MySQL Connector?

2019-06-11 Thread Zer0Cool
Here is the error I get in /var/log/messages when loading the Guac website/login page. t-guac server: ### Error querying database. Cause: java.sql.SQLException: Error setting driver on UnpooledDataSource. Cause: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver I am by no means an expert

Re: Possible to use MariaDB Connector vs MySQL Connector?

2019-06-11 Thread Zer0Cool
Thanks. I gave an attempt at MariaDB connector but got a blank login screen and didnt try and troubleshoot it yet. Unless Guacamole somehow doesn't pickup on MariaDB's connector vs MySQL's, then I can likely get the connector to work. I have not tried the newer version of MariaDB yet either, may

Re: Possible to use MariaDB Connector vs MySQL Connector?

2019-06-11 Thread Nick Couchman
On Wed, Jun 5, 2019 at 10:58 AM Zer0Cool wrote: > RHEL/CentOS 7.6 > Guac 1.0.0 > MariaDB 5.5.60 (from official CentOS repo) > MySQL Connector J 5.1.47 (or 8.0.16) > > I am wondering if Guacamole would function the same using MariaDB Connector > J (current version is 2.4.1) vs MySQL Connector J

Possible to use MariaDB Connector vs MySQL Connector?

2019-06-05 Thread Zer0Cool
RHEL/CentOS 7.6 Guac 1.0.0 MariaDB 5.5.60 (from official CentOS repo) MySQL Connector J 5.1.47 (or 8.0.16) I am wondering if Guacamole would function the same using MariaDB Connector J (current version is 2.4.1) vs MySQL Connector J 5.1.x or 8.x? Are there any long term concerns using MariaDB