windows下配好MYSQL 环境变量,cmd 然后:
mysqldump -uroot -p123 [数据库名]--where "1=1 limit 100" --lock-all-table > F:ackup.sql