Changes between Version 10 and Version 11 of ChangingTheDatabase
- Timestamp:
- May 19, 2011, 5:13:24 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ChangingTheDatabase
v10 v11 4 4 5 5 To change the database used by gnuMims the settings in the external config file must be changed. [[BR]] 6 A jar matching the configuration needsto be placed in the Tomcat lib or classes dir (e.g. lib/mysql-connector-java-5.1.7-bin.jar [http://dev.mysql.com/downloads/connector/j/5.1.html Connector]) [[BR]]6 A jar matching the configuration may need to be placed in the Tomcat lib or classes dir (e.g. lib/mysql-connector-java-5.1.7-bin.jar [http://dev.mysql.com/downloads/connector/j/5.1.html Connector]) [[BR]] 7 7 8 8 Most common SQL databases are supported by Grails (via Hibernate), we test and run MySQL (InnoDB). [[BR]] … … 14 14 '''MySQL'' 15 15 16 MySQL is the database we use most often and therefore the most thoroughly test and highly recommended. [[BR]] 16 MySQL is the database we use most often and therefore the most thoroughly tested and highly recommended. [[BR]] 17 The external config file is setup for MySQL and a driver is shipped by default. 17 18 Also see [wiki:InstallationTips Installation Tips] and [wiki:MysqlConfig Mysql Confg] [[BR]] 18 19