Wednesday, November 21, 2007

Mysqldump certain tables

To take the Mysql dump of certain tables use the following command

mysqldump --user=username --password= password -B Database --tables Table1 Table2 Table3 Table4 > backup.sql