Monty Loree
2007-06-27 22:06:27 UTC
I am trying to do a dump for a 2 gig table...
I would like to dump the tables in portions so that it's a little
easier to work with...
Can somebody suggest a way to do a mysqldump table query
ie.. mysqldump -u user -p database="MYDATABASE" Query="SELECT * FROM
TABLE WHERE State='NV';"
I'm pretty sure this is possible... I have no idea how to do it.
Thanks in advance.
I would like to dump the tables in portions so that it's a little
easier to work with...
Can somebody suggest a way to do a mysqldump table query
ie.. mysqldump -u user -p database="MYDATABASE" Query="SELECT * FROM
TABLE WHERE State='NV';"
I'm pretty sure this is possible... I have no idea how to do it.
Thanks in advance.