From 955fcd745d7161a5c43ec53eeb0fdeea5113485f Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Mon, 5 Sep 2016 10:31:53 -0400 Subject: [PATCH] Adding additional static values for Maria access --- conf/grouper.hibernate.properties | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/grouper.hibernate.properties b/conf/grouper.hibernate.properties index 913f75f..a198ae7 100644 --- a/conf/grouper.hibernate.properties +++ b/conf/grouper.hibernate.properties @@ -42,4 +42,8 @@ hibernate.connection.username = #MYSQL_USER# # If you are using an empty password, depending upon your version of # Java and Ant you may need to specify a password of "". # Note: you can keep passwords external and encrypted: https://bugs.internet2.edu/jira/browse/GRP-122 -hibernate.connection.password = #MYSQL_PASSWORD# \ No newline at end of file +hibernate.connection.password = #MYSQL_PASSWORD# + + +hibernate.dialect = org.hibernate.dialect.MySQL5Dialect +hibernate.connection.driver_class = com.mysql.jdbc.Driver \ No newline at end of file