Hi

I want to perform a mysqldump (with the --add-drop flag) of an entire database that excludes 1 specific table only (named 'phpbb_config'). Can anyone supply the mysql for this?

I know I can do this in reverse - that is specify all the tables i want to mysqldump, but this is inefficeint, as the database contains numerous tables:

mysqldump --add-drop-table -u [username] -p[password] [database] [table_name1] [table_name2] ... > [backup_file]

Thanks

K


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



Reply via email to