05 2022 档案

摘要:插入移动硬盘, 使用mount命令查看 mount 卸载此时的只读挂载 sudo umount /dev/disk2s3 注: /dev/disk2s3是通过mount命令查询到的移动硬盘对应的路径 创建挂载的目录 sudo mkdir -p /Volumes/Untitled 重新以读写方式挂载 阅读全文
posted @ 2022-05-24 09:26 zzw_1987 阅读(595) 评论(0) 推荐(0)
摘要:#hostname主机名 database数据库名 table表名 --where过滤条件 > 输出文件路径 mysqldump -hhostname -uroot -p123456 database table --where=" sensorid=11 and fieldid=0" > /hom 阅读全文
posted @ 2022-05-17 14:55 zzw_1987 阅读(158) 评论(0) 推荐(0)