grails « mysql « Java Database Q&A





1. Migrate Grail's HSQLDB embedded database    stackoverflow.com

how to migrate Grail's HSQLDB embedded database(That contains my App's Data that I don't want to lose) into external one, such as MySQL or ApacheDerby?

2. How to include ' in the input form?    stackoverflow.com

I just realize that in my forms I couldn't save name like O'Brian (It would saved as O only and 'Brian will be truncated). I'm using grails 1.2.2 with mysql. is there simple ...

3. How to remove grails database    stackoverflow.com

I am looking to remove old data from my grails database that is un-useable after an update. I know where my DB is saved too and it contains raq mysql ...

4. SQLException: Can't call commit when autocommit=true    stackoverflow.com

When my grails application faces high load, I encounter some SQLException : java.sql.SQLException: Can't call commit when autocommit=true This problem appears only when the number of connection on the application raises. I'm using grails ...

5. Newbie Exception running 1st Grails app on AWS with mysql    forum.springsource.org

Newbie Exception running 1st Grails app on AWS with mysql Hello all! Please be gentle as I'm trying to deploy my first Grails app to the AWS via Cloud Foundry. I ...