1.导出某个数据库的某张表,添加where条件
mysqldump -u [用户名] -p -h [ip地址] --default-character-set=utf8 [数据库名] [表名] --where=" id = '1' " > [下载地址路径]
微信公众号