0
点赞
收藏
分享

微信扫一扫

mysqldump

闲云困兽 2022-04-02 阅读 78


mysqldump 条件导出数据

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




举报

相关推荐

0 条评论