Re: Dumpfile format
Posted by: Felix Geerinckx
Date: August 03, 2005 05:09AM

Stefan Sahlin wrote:

> Earlier (One row for each row in the table)
> INSERT INTO mytable VALUES (value1,value2.....);
> INSERT INTO mytable VALUES(value1,value2...);
>
> NOW
> INSERT INTO mytable VALUES
> (value1,value2.....),(value1,value2)... ;
>
> Does someone know how to solve the problem I would be very grateful?

mysqldump -uuser -ppassword --extended-insert=0 dbname

--
felix
Please use BBCode to format your messages in this forum.

Options: ReplyQuote


Subject
Written By
Posted
August 03, 2005 04:50AM
Re: Dumpfile format
August 03, 2005 05:09AM
August 03, 2005 05:13AM
August 03, 2005 05:47AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.