问题 I have a .sql file (initial sql scripts). I have recently deployed application in cloudfoundry, So I want to run these scripts to make application work, Scripts will update more than 5 db tables. Is there any other way to run the mysql scripts from the grails application on start up Or Is there any provision to run the scripts in the cloudfoundry. 回答1: you have several options here. The first one (which I recommend), is to use something like http://liquibase.org/ (there is a Grails plugin for