mysql dump命令

#hostname主机名 database数据库名  table表名 --where过滤条件  > 输出文件路径
mysqldump -hhostname -uroot -p123456 database table --where=" sensorid=11 and fieldid=0" > /home/xyx/Temp.sql
posted @ 2022-05-17 14:55  zzw_1987  阅读(159)  评论(0)    收藏  举报