Software Development
Pages
(Move to ...)
Home
About
Contact
▼
Tuesday, April 17, 2012
How to limit the number of records returned by mysqldump
How to restrict the size of mysqldump?
mysqldump --where="true LIMIT 1000" -u user-name -p db-name > exported-data.sql
‹
›
Home
View web version