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
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
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M