我想要转储一个数据库,但条件是从数据库中的每个表只有100个logging?
我在MySQL手册(评论)中发现了一个小问题:
mysqldump -u [username] -p [dbname] {--opt} --where="true limit 100" > dump.sql