I have large amount of data in a MySQL database.
There are many databases schemas in the database.
How I can migrate from MySQL to HSQLDB?
Is there some tool for this?
I've exported the data manually. How can I export only schema.sql?
|
|
PhpMyAdmin (Requires a Web Server with PHP) is a tool that is able to create SQL Scripts for Schema and Data. -- The good thing is, it creates SQL scripts, so you can insert the Schema and data to the most other SQL Databases. So if you have it already installe then you can use it. If you do not have it installed jet, then I would search for an other tool. |
|||||
|
|
Take a look at Comparison of database tools, there you find some tools supporting both |
|||
|
|
|
two questions, though...
|
|||
|
|