What is the best way to restore a single table from a large (~5GB) database mysqldump file?
update: I have found solutions (posted below) using command line tools to parse the table, but is there a way to do this with mysqlimport?
|
|
I have found two solutions, one using
and one using awk
|
|||
|
|
This approach does not get around the issue of having to import a large mysqldumpfile, but from within Mysql you can do the following:
|
|||||
|