The actual problem is we maintain regular all-databases mysqldump.it is a
automated script and after taking complete backup we purged data later we
identified that some required data is missed in a particular table. so we
require restore of only that particular table. we tried extracting  only
that particular table data  using so awk and other stuff but it is taking
very long time that table contain 120 million records. we want to know is
there any mysql utility to extract only specified table from entire dump

Thanks

-----Original Message-----
From: V. M. Brasseur [mailto:[EMAIL PROTECTED]
Sent: Friday, October 08, 2004 11:41 PM
To: Buchibabu
Cc: [EMAIL PROTECTED]
Subject: Re: How to extract Particular Tables from a Dump file taken
with mysqldump


Why don't you use the mysqldump program to dump only those tables you
want and not the entire database?

http://dev.mysql.com/doc/mysql/en/mysqldump.html

Cheers,

--V

Buchibabu 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]


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

Reply via email to