I'd like to know if it's possible to extract all tables (structure and data) of 1 database with Jailerplease ?
If yes, would you show me the process please ?
Best regards
Discussion
Anonymous
-
2025-06-06
Hi,
I'd like to know if it's possible to extract all tables (structure and data) of 1 mysql database in one go with Jailer please ?
If yes, would you tell me the process please ?
Thanks in advance
Best regards
A R
DBA
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
It is possible to export both the DDL and the data of all tables. However, the tool is not designed for this use case. It is much easier to use mysqldump for this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2025-06-12
Hello,
And for SQL Server database, is it possible de extract all tables (structure and data) in one go with Jailer ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'd like to know if it's possible to extract all tables (structure and data) of 1 mysql database in one go with Jailer please ?
If yes, would you tell me the process please ?
Thanks in advance
Best regards
A R
DBA
Hello,
It is possible to export both the DDL and the data of all tables. However, the tool is not designed for this use case. It is much easier to use mysqldump for this.
Hello,
And for SQL Server database, is it possible de extract all tables (structure and data) in one go with Jailer ?