In the old days of mysql (version 3.x) the mysqldump command would
produce one text line per database row, but since then it appears to
have been replaced with an "extended insert" format which is more
efficient for getting data back into the database.

The old format was good however for running "diff" on so that it was
easy to just dump the database and then compare it to a previous dump
using "diff -u".  Only the rows that had changed would show up.  With
the new format that doesn't work because many rows are now on the same
textual line.

Is there any way to pursuade the mysqldump from 4.1.x to use a single
line per row insert format?  I've not seen anything in the manual page,
and I find it a loss of functionality.

Joe
-- 
Josef Karthauser ([EMAIL PROTECTED])           http://www.josef-k.net/
FreeBSD (cvs meister, admin and hacker)     http://www.uk.FreeBSD.org/
Physics Particle Theory (student)   http://www.pact.cpes.sussex.ac.uk/
================ An eclectic mix of fact and theory. =================

Attachment: pgpGY2Hb64s0B.pgp
Description: PGP signature

Reply via email to