Hi Tim,
2010/3/2 Tim-Christian Mundt <[email protected]>: > Thanks Norman, > > that was really quick. And it seems to work... weird. Am I the first person > to store an email with more than 300kb? :) Seems so, or at least you are the first who saw the exception ;) I'm mostly use my email for maillinglists which usual don't get to big emails ... > Your query for altering the table did not work for me. Following the manual > there is no "alter column". This worked: > > ALTER TABLE message CHANGE content content LONGBLOB You are right, that happens when you need more sleep and have to less coffee =D I just checked and I used the following yesterday: ALTER TABLE Message MODIFY content LONGBLOB; Not sure why I wrote the other one down yesterday. Thx again, Norman --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
