If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Does mysqldump backs up BLOB fields of tables?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-08-04, 15:42
rolandpish rolandpish is offline
Registered User
 
Join Date: Jun 2004
Posts: 21
Does mysqldump backs up BLOB fields of tables?

Hello,
I would like to make my backups of MySQL using mysqldump.
My question is: what happens if I have blob fields?
does mysqldump can dump the data on those fields correctly
in a plain text sql script file? I ask this because
I have blob fields containing images and other binary
information (not plain text).

Thanks a lot in advance.
Roland
Reply With Quote
  #2 (permalink)  
Old 07-11-04, 22:21
yellowmarker yellowmarker is offline
Registered User
 
Join Date: Jul 2004
Location: Dundee, Scotland
Posts: 107
Yes they are dumped correctly with all special characters qouted etc.

as per a google search which found this:
http://forums.devshed.com/archive/t-163361

I especially like "mysqldump is THE backup software supplied with mysql and if it couldn't handle to take backup of some of the column types then it would be very useless."
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On