Exploring Linux
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
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment