aboutsummaryrefslogtreecommitdiff
path: root/opengts.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'opengts.cfg')
-rw-r--r--opengts.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengts.cfg b/opengts.cfg
index 583add525..b5f00aafd 100644
--- a/opengts.cfg
+++ b/opengts.cfg
@@ -6,7 +6,7 @@
<!-- Global confiduration -->
<entry key="database.driver">com.mysql.jdbc.Driver</entry>
- <entry key="database.url">jdbc:mysql://[DATABASE]</entry>
+ <entry key="database.url">jdbc:mysql://localhost:3306/[DATABASE]?allowMultiQueries=true</entry>
<entry key="database.user">[USER]</entry>
<entry key="database.password">[PASSWORD]</entry>