How to Dump only specific data table form a database in MySQL?
Posted
by Harish Kurup
on Stack Overflow
See other posts from Stack Overflow
or by Harish Kurup
Published on 2010-06-07T05:57:17Z
Indexed on
2010/06/07
6:02 UTC
Read the original article
Hit count: 256
How to Dump only specific table from a database like if my Database has 10 table's and i want to dump only 3 tables of my choice...is it possible with "mysqldump" command...
© Stack Overflow or respective owner