MySQL Forums
Forum List  »  PHP

Re: Concat Occasionally Drops a Character or Two
Posted by: Rick James
Date: September 25, 2009 11:10PM

Is it consistently short by 1 byte?

Consider using
INSERT INTO tbl LOAD_FILE('$path');
http://dev.mysql.com/doc/refman/5.1/en/string-functions.html#function_load-file

Options: ReplyQuote




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.