Hi Markus, I would suggest creating a class that extends DBInterfaceMySQL; call it DBInterfaceMariaDB. Change only those methods that select the database driver. You can then see if everything works; just change your properties.xml file to point at your new class.
FWIW, LGPL is not compatible with the Apache license, so we cannot redistribute jars licensed that way in any case. Support would therefore require you to either build yourself, or at least download the database driver yourself. Thanks, Karl On Thu, Oct 23, 2014 at 4:58 AM, Markus Schuch <[email protected]> wrote: > Hi, > > anybody tried to run manifoldcf on top of MariaDB? (MysSQL Fork with LGPL > license) > Since MariaDB is documented as "binary compatible" i think changing the > jdbc driver class should be the only change. > > Is it possible to change the mysql driver class name with a system > property? > > Regards, > Markus > > >
