Is there a way to tell mysqldump to dump all tables in
the specified database except certain specified
tables?

Like maybe: "mysqldump dbname !exclude_this_table >
data.sql"?

I have about 200 tables in my database and I only need
to back-up about 98% of them. The other 2% are HUGE
temporary search index tables which can be rebuilt
anyway in case the dump has to be retored.


Ideas anyone? Thanks!
Shannon




                
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.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