rhumbliner has asked for the wisdom of the Perl Monks concerning the following question:
mysqldump --tab=./ psites
one of my tables contains jpeg images in a mediumblob field. the problem i'm having is when i use perl to read the resulting files i find that the newline is not escaped so a single record is viewed by my perl script as multiple records.
this whole thing confuses me 'cuz mysqlimport loads the correct number of records. how mysqlimport can read the proper number of records but perl cannot is a mystery to me.
can someone enlighten me?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mysqldump files -- SOLVED
by rhumbliner (Sexton) on Aug 24, 2010 at 23:26 UTC | |
|
Re: mysqldump files
by Anonymous Monk on Aug 24, 2010 at 21:31 UTC |