Changes between Version 1 and Version 2 of ChangingTheDatabase


Ignore:
Timestamp:
Oct 9, 2009, 4:45:46 PM (14 years ago)
Author:
Gavin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChangingTheDatabase

    v1 v2  
    11=== Changing the Database ===
    22
    3 Grails allows the data source to be configured in the grails-app/conf/DataSource.groovy file.[[BR]]
    4 Most common databases are supported by Grails, we test and run MySQL.
     3To change the database a custom WAR must be built from the source code.
    54
    6 See the [http://www.grails.org/Quick+Start#Configure%20a%20Data%20Source%20(Optional) Grails documentation].
     5Most common databases are supported by Grails, we test and run MySQL.[[BR]]
     6The data source can be configured in the grails-app/conf/DataSource.groovy file.[[BR]]
     7A jar matching the configuration needs to be placed in the projects lib dir (e.g. lib/mysql-connector-java-5.1.7-bin.jar [http://dev.mysql.com/downloads/connector/j/5.1.html Connector])
     8
     9
     10See the DeveloperStartPage and [http://www.grails.org/Quick+Start#Configure%20a%20Data%20Source%20(Optional) Grails documentation].