Mysql Backup Skip Table

[Solved] Mysql Backup Skip Table | Sql - Code Explorer | yomemimo.com
Question : mysql backup skip table

Answered by : vmxes

mysqldump -u testuser -p testdb --ignore-table testdb.table1 --ignore-table testdb.table2 > /tmp/backup_ignored.sql

Source : https://sqlf1.com/snippet/skip-tables-in-mysql-backup | Last Update : Wed, 13 Jan 21

Answers related to mysql backup skip table

Code Explorer Popular Question For Sql