Tag: MySQL

Conditional or Partial MySQL Dump

Do mysqldump conditionally:
– Export some tables only.
– Ignore some tables.
– Limit the number of rows
– Export procedures and functions only.
– Export the database structure only.
– Export InnoDB tables without locking them, etc.