Changes between Version 10 and Version 11 of ChangingTheDatabase


Ignore:
Timestamp:
May 19, 2011, 5:13:24 AM (13 years ago)
Author:
Gavin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChangingTheDatabase

    v10 v11  
    44
    55To change the database used by gnuMims the settings in the external config file must be changed. [[BR]]
    6 A jar matching the configuration needs 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]]
     6A 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]]
    77
    88Most common SQL databases are supported by Grails (via Hibernate), we test and run MySQL (InnoDB). [[BR]]
     
    1414'''MySQL''
    1515
    16 MySQL is the database we use most often and therefore the most thoroughly test and highly recommended. [[BR]]
     16MySQL is the database we use most often and therefore the most thoroughly tested and highly recommended. [[BR]]
     17The external config file is setup for MySQL and a driver is shipped by default.
    1718Also see [wiki:InstallationTips Installation Tips] and [wiki:MysqlConfig Mysql Confg] [[BR]]
    1819