We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b6425d commit 63bb7c6Copy full SHA for 63bb7c6
databaseDrivers.xml
@@ -48,6 +48,12 @@
48
<property name="characterEncoding" value="utf8" />
49
<property name="characterSetResults" value="utf8" />
50
<property name="yearIsDateType" value="false" />
51
+ <library>
52
+ <url>file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/mysql-connector-license.txt</url>
53
+ </library>
54
55
+ <url>file://$APPLICATION_CONFIG_DIR$/jdbc-drivers/mysql-connector-java-5.1.35-bin.jar</url>
56
57
</driver>
58
<driver id="hsqldb.remote" name="HSQLDB (Remote)" dialect="HSQLDB">
59
<option name="auto-sync" value="true" />
0 commit comments