How to export and restore HSQLDB [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . Does anyone know how to export HSQLDB to .sql file or something on a computer and restore on other computer. 回答1: To get a dump of the hsqldb file using either the embedded or file/server mode. In an sql tools dialog use: SCRIPT 'c:\path\to\db\db_sql.sql'; This will not work with spaces in the path Please see