- Timestamp:
- Apr 11, 2011, 2:59:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/DataSource.groovy
r606 r878 26 26 url = "jdbc:hsqldb:mem:devDb" 27 27 /** MySQL */ 28 // dialect = org.hibernate.dialect.MySQL5InnoDBDialect 28 29 // driverClassName = "com.mysql.jdbc.Driver" 29 30 // username = "gnumimsadmin" … … 42 43 url = "jdbc:hsqldb:mem:devDb" 43 44 /** MySQL */ 45 // dialect = org.hibernate.dialect.MySQL5InnoDBDialect 44 46 // driverClassName = "com.mysql.jdbc.Driver" 45 47 // username = "gnumimsadmin" … … 66 68 /** MSSQL */ 67 69 //For more info see the docs that you downloaded with the driver. 68 // dialect = org.hibernate.dialect.SQLServerDialect // Useful with `grails schema-export`70 // dialect = org.hibernate.dialect.SQLServerDialect // MSSQL 2000+2005 Useful with `grails schema-export` 69 71 // driverClassName = "com.microsoft.sqlserver.jdbc.SQLServerDriver" 70 72 // username = "gnumimsadmin" … … 73 75 // url = "jdbc:sqlserver://gnumimssql01:1433;databaseName=gnumims_prod" 74 76 /** MySQL */ 77 dialect = org.hibernate.dialect.MySQL5InnoDBDialect 75 78 driverClassName = "com.mysql.jdbc.Driver" 76 79 username = "gnumimsadmin"
Note: See TracChangeset
for help on using the changeset viewer.