MySQL Forums
Forum List  »  German

Re: BLOB und Speichervorgang
Posted by: Marcel Karras
Date: May 07, 2009 11:50PM

Hallo Thilo,

in der Regel reicht in deinem Fall ein einfaches "CONCAT" der folgenden Form aus...

UPDATE `my_table` SET `my_data` = CONCAT(my_data, 'whatever_data');

Je nachdem, welche MySQL Version du verwendest, kann es aber Probleme im Zusammenhang mit der "max_packet_size"-Einstellung der my.conf geben. Nähere Details dazu findest du in diesem Artikel: http://dragffy.com/blog/posts/inserting-large-blobs-in-mysql

Options: ReplyQuote


Subject
Views
Written By
Posted
4595
May 06, 2009 09:57AM
Re: BLOB und Speichervorgang
2580
May 07, 2009 11:50PM


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.