change mysql config

(cherry picked from commit 34b63336a6)
This commit is contained in:
Andrea Boriero 2016-04-21 17:57:38 +01:00 committed by Gail Badner
parent 23b5ef5ae5
commit f8393c9c20
1 changed files with 3 additions and 3 deletions

View File

@ -33,9 +33,9 @@ ext {
mysql : [
'db.dialect' : 'org.hibernate.dialect.MySQL57InnoDBDialect',
'jdbc.driver': 'com.mysql.jdbc.Driver',
'jdbc.user' : 'hibernateormtest',
'jdbc.pass' : 'hibernateormtest',
'jdbc.url' : 'jdbc:mysql://localhost/hibernate_orm_test'
'jdbc.user' : 'dballo15',
'jdbc.pass' : 'dballo15',
'jdbc.url' : 'jdbc\\:mysql\\://db19.mw.lab.eng.bos.redhat.com\\:3306/dballo15'
],
mariadb : [
'db.dialect' : 'org.hibernate.dialect.MySQL57InnoDBDialect',