How can I dump each mysql table separately with mysqldump?
Background: I want to track those dumps with git and using the pre-commit hook
Example: I have a schema with 10 tables (table1 - table10). now I want a file per table: table1.sql table2.sql ...
So how gonna this work?
Snd why stackoverflow don't like my question?