Database data into files

Go4Expert Founder
29Apr2007,11:26   #1
shabbir's Avatar
Say I have MySQL Database where I have one field containing large text data. Say something like Email body text or some long emails and now I want that data to compare at future instance and see what is updated from the last export.

Now what I am looking for is export the data of a table into a file but the constraint is it each row should be exported to a file.

What I am seeing best is have the MySQLDump to a single file and then split the data into needed files
Go4Expert Founder
29Apr2007,11:43   #2
shabbir's Avatar
Just to add I also have the phpMyAdmin installed and if anything such is there in it you can also let me know.