mysqldump 条件导出数据

mysqldump -h127.0.0.1:3306 -uroot -p123 --database db02 --tables news --where="modifiedTime>'2019-01-01 00:00:00'" >/home/news.sql

更多:https://www.cnblogs.com/chenmh/p/5300370.html