Include MariaDB driver property in default.sakai.properties
Description
Activity

Matthew Jones May 2, 2018 at 7:31 AM
Seeing "Won't Fix" merge flag for minor issues. These won't be merged back to 11.
Neal Caidin April 17, 2017 at 9:38 AM
I'm open. It is only a property after all, so happy to verify this Jira if it makes sense.

Matthew Jones April 17, 2017 at 9:28 AM
Nightly is using the MySQL driver. I use Maria driver locally but I'm also using MariaDB locally too.
I'd still think for the most compatible configuration, use the database driver for your appropriate database, but for dev/testing this should be fine.
You can even build with the mysql profile to get the mysql driver, we just can't bundle it with the source. () This is all more of a documentation thing. AFIAK there's no place to download the Oracle driver directly but it also has a profile ()
mvn . . . -Pmysql
mvn . . . -Poracle

Shawn Foster April 17, 2017 at 8:46 AM
had concerns on the PR with using MariaDB, but, as responded, all I'm doing here is adding the line to document the setting that works out-of-the-box.

Shawn Foster April 17, 2017 at 8:46 AM
I don't see mentions of drivers on the nightly page. Maybe can comment?
Details
Details
Priority
Affects versions
Fix versions
Components
Assignee

Reporter

Since the MariaDB driver is used for MySQL connections by default now, we should include the driver configuration in default.sakai.properties.
I've added this line to the MySQL database configuration section:
Should we remove the MySQL driver line? Or just leave it in there commented out?