what is the command to do a mysql dump of only a portion of a database? I have a large db that I would like to make a dump for only a certain section. Let's say make a dump for only rows 10,000 - 25,000 or based on column "ID" values 10,000 - 25,000
Why not just use phpMyAdmin available tools to do what you're up to without having to know the command line? Or is it not available?
I didn't see any options in phpMyAdmin to export a partial db. besides, the database is over 1.2GB and the section I want to export is probably well over 200mb. phpmyadmin usually times out for me at around 130mb