- Timestamp:
- Dec 17, 2009, 2:19:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/DataSource.groovy
r178 r228 64 64 // dbCreate = "update" 65 65 // url = "jdbc:hsqldb:file:prodDb;shutdown=true" 66 /** MSSQL */ 67 //For more info see the docs that you downloaded with the driver. 68 // driverClassName = "com.microsoft.sqlserver.jdbc.SQLServerDriver" 69 // username = "gnumimsadmin" 70 // password = "gnumimsadmin" 71 // dbCreate = "update" 72 // databaseName = "gnumims_prod" 73 // url = "jdbc:sqlserver://gnumimssql01:1433" 66 74 /** MySQL */ 67 75 driverClassName = "com.mysql.jdbc.Driver" … … 71 79 url = "jdbc:mysql://gnumimssql01:3306/gnumims_prod?autoReconnect=true&sessionVariables=storage_engine=InnoDB" 72 80 } 81 73 82 } 74 83 }
Note: See TracChangeset
for help on using the changeset viewer.