Add Me!Close Menu Navigation

Just my humble place...

Add Me!Open Categories Menu

Currently Browsing

Posts Tagged ‘ mysql ’

4 oktober

Using MySQL instead of in-memory database for a Grails application

A Grails application by default uses a in-memory HSQL database. To switch to a MySQL database the steps are simple and straightforward. * Download the MySQL JDBC driver [called a connector] from the [MySQL website][1] * Extract the zip or tar archive * Copy the driver (at this time of [...]