hi

i'm trying to backup some databases with mysqldump but i want to ignore some tables
with prefix phpbb_

i have tried many solution with Like a% wildcart , 'show tables ... ' notthing work
and no solution on google


any help from an expert ?


mysqldump -u username -pmypasswd database --ignore-table=database.table > database.sql