-
mysqldump ignore tables with certain prefix
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks