holland icon indicating copy to clipboard operation
holland copied to clipboard

Option to get table structure only (--no-data)

Open seanorama opened this issue 7 years ago • 1 comments

Some tables, such as those used for sessions/history, only require the structure being restored.

Could there be an option to get a table but only it's structure. e.g. exclude-tables-data: databasename.tablename

For the mysqldump plugin this would issue "--no-data" for those tables.

seanorama avatar Oct 05 '17 12:10 seanorama

I was talking with a colleague about this. He pointed out that this only lets you add options at the database level and not the table level like you request.

soulen3 avatar Nov 16 '18 21:11 soulen3