mysql - Migrate Grail's HSQLDB embedded database -
How to migrate Grill's HSQLDB embedded database (which does not want to lose my app's data) such as MySQL or ApacheDerby?
Maybe what you really need
I have not had to migrate the data from HSQLDB to any other DB, but if I had data that I would not want to use in HSQLDB, I would definitely have used this method Will try
- You want to save the backup to the HSQLDB database (I assume that you have a file instead of an in-store instead of DB one?)
- < / Li>
- Run the migration toolkit and migrate your data
Otherwise, you should update your datasource to update MySQL datasource (or some non-destructive) With dbCreate set Using other tools (or other), look at the data in your DB And they can help you export the data.
Comments
Post a Comment