Re: mysqldump and table exclusion

2006-04-25 Thread Philippe Poelvoorde
2006/4/25, Kishore Jalleda <[EMAIL PROTECTED]>: > > There is an option to ignore tables from being dumped > > > > --ignore-table=db_name.tbl_name Excellent :-) My man page is not up-to-date, and wasn't showing it. thanks -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysq

Re: mysqldump and table exclusion

2006-04-25 Thread Kishore Jalleda
There is an option to ignore tables from being dumped --ignore-table=*db_name.tbl_name* Do not dump the given table, which must be specified using both the database and table names. To ignore multiple tables, use this option multiple times. so you would say #mysqldump -u -p --ignore-table