In article <[EMAIL PROTECTED]>,
Paul DuBois <[EMAIL PROTECTED]> writes:

> At 18:59 -0200 1/23/06, Luiz Rafael Culik Guimaraes wrote:
>> Dear Friends
>> 
>> What are the best options to dump an entire database on linux (with
>> creation of databases and tables) with out dumping the index
>> creation sentences

> What is an "index creation sentence"?

> Do you mean that you want the dump to include the CREATE TABLE statements,
> but for those statements not to contain the index definitions?  If so,
> there's no option for that.

I'd probably do it like that:
* Dump structure and data separately
* Weed out the index creation phrases from the structure dump by
  using sed/awk/perl


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

Reply via email to