I have a db and looking for a mysql commands to extract Extract DDL and DML and Exclude tables which are not required
could you please let me know how we can do it via command prompt?
Thanks, Kathir
Mysqldump:
http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html
able to dump DDL/DML and has option for exclude list of tables:
http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html#option_mysqldump_ignore-table