Is it possible, using mysql dump to export the entire database structure, but exclude certain tables data from export.
Say the database has 200 tables, I wish to export
As per the mysqldump docs:
mysqldump name_of_db --ignore-table=name_of_db.name_of_table