They dump files are just mysql CREATE TABLE and INSERT statements. You
can you a perl script to read the dump file line by line and switch
output files when it hits a 'CREATE TABLE <tablename>'


On Fri, 8 Oct 2004 23:14:07 +0530, Buchibabu <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Please let me know how to extract few tables from a dump file, which is taken with 
> mysqldump. I know it extracting a file. But the thing is I would like to do it with 
> mysql.
> 
> Thanks,
> Buchibabu
>

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to