Joćo,
Wednesday, April 03, 2002, 10:31:44 PM, you wrote:

JPV>   is there any way to make mysqldump dump every insert as a single insert 
JPV> instead of making INSERT INTO ... VALUES (...), (....),(...) and so on ?

JPV> I read the manual and there is sth about -e wich as I understood means 
JPV> multiple inserts in single line, but I did'n use this switch.

What about 'extended-insert' option for mysqldump in my.cnf (my.ini) file?
I tested, if I execute:
mysqldump database_name table_name>table_name.sql
I get single INSERT statements in the dump file.




-- 
For technical support contracts, goto https://order.mysql.com/
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




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