[tigase-server/f14/master: 3/5] Fix JDBC connection string

Matej Cepl mcepl at fedoraproject.org
Mon Aug 30 11:30:42 UTC 2010


commit 21ed96c5e5d35bfb356be0d759514e2293987b04
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Mon Aug 30 13:23:23 2010 +0200

    Fix JDBC connection string

 tigase-server-RH-build.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tigase-server-RH-build.patch b/tigase-server-RH-build.patch
index e0d8ee6..275ece2 100644
--- a/tigase-server-RH-build.patch
+++ b/tigase-server-RH-build.patch
@@ -52,7 +52,7 @@ diff -up tigase-server-5.0.0/etc/init.properties.RH-build tigase-server-5.0.0/et
 +# Below string is for MySQL database. Please modify it for your system.
 +# MySQL connector requires connection string in the following format:
 +# jdbc:mysql://[hostname]/[database name]?user=[user name]&password=[user password]
-+--user-db-uri=jdbc:mysql://localhost/tigasedb?user=tigase_user&password=@DBPASS@
++--user-db-uri=jdbc:mysql://localhost/tigasedb?user=tigase_user&password=@DBPASS@&noAccessToProcedureBodies=true
 +# Virtual domains for your server installation, comma separated list of vhosts
  --virt-hosts = $HOST_NAME
 +# Select what packages you want to have logging switched for


More information about the scm-commits mailing list