At 16:13 -0400 8/31/04, Emi Lu wrote:
Hello all,

In mysql, do we have a way to "mysqldump" all tables except two in a database. I know we have the way only dump schema, only data, a specific table, both data structure and data. But could someone help me about dumping all tables in a structure except two.

For example, in databse "D1", I have 10 tables, I'd like to dump 8 of them at one time.

On the mysqldump command, name the database followed by the 8 tables you wnat to dump.

You cannot say "dump all but ..."



--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to