This PR allows sysadmins to specify a URL like jdbc:mysql://localhost:3306/openboxes when configuring an OB install without having to remember that we like to set e.g. dumpQueriesOnException to ease debugging.
The same approach used here will allow us to specify character encoding and collating, again, without requiring sites to care about various utf-8 flavors
This PR allows sysadmins to specify a URL like
jdbc:mysql://localhost:3306/openboxes
when configuring an OB install without having to remember that we like to set e.g.dumpQueriesOnException
to ease debugging.The same approach used here will allow us to specify character encoding and collating, again, without requiring sites to care about various utf-8 flavors