Dumpfile format
Posted by: Stefan Sahlin
Date: August 03, 2005 04:50AM

Hi !
When I run mysqldump after upgrade to version 4.1 the text comes in a very long horisontal way. This has not happend before and it's very annoying.
e.g:

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)... ;

Since I have about 20 000 rows in some tables this will give me som problem if I want to edit the file.

Does someone know how to solve the problem I would be very grateful?

Options: ReplyQuote


Subject
Written By
Posted
Dumpfile format
August 03, 2005 04:50AM
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.