January 2018
Intermediate to advanced
446 pages
12h 57m
English
To ignore certain tables, you can use the --ignore-table=database.table option. To specify more than one table to ignore, use the directive multiple times:
shell> mysqldump --databases employees --ignore-table=employees.salary > employees_backup.sql
Read now
Unlock full access