I\'m having problems running multiple SQL statements in one activaction from Groovy.
sql = Sql.newInstance(\"jdbc:mysql://localhost/\", \"usre\", \"pass\", \
Paul King, one of the Groovy developers, commented on the issue I opened that you can tell mysql to allow multiple statements (this is not necessarily supported by other RDBMS)