Thanks for pointing out mysqldump.

I now need to be able to copy a limited number of data records.  I see that
mysqldump allows data copy by providing the cooresponding INSERT statements.
However, I don't always want all of the records.  Some of my tables have
thousands of records and I may only want the first 200 or so.  I did not see
an option on mysqldump that would limit the number of records.  Any ideas
without writing a program?

Kevin

> -----Original Message-----
> From: Kevin [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 06, 2001 4:58 PM
> To: [EMAIL PROTECTED]
> Subject: WANTED: Utility to reverse engineer existing database
>
>
>
> I need a utility that will probe my existing mysql database,
> analyze the 90+
> tables and spit out the data definition language (create table, create
> index, etc.) needed to recreate the database.  Does such a utility exist?
>
> Kevin
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
> <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to