I just know that when we had that 'mysql has gone away' error, the mysql logs had something like 'value too large for col' etc...
But if that isn't your problem, then I have nothing else to offer :( On Wed, 10 Dec 2008 18:02:32 +0900, Farmer Schlutzenberg <[EMAIL PROTECTED]> wrote: > > Hi Simon, > I have it set on MEDIUMBLOB, which the MySQL documentation says has a > limit of 2^24 bytes, so well above 820K. It was previously on BLOB, and > I was getting a different error (something like "data too big for > column"). I just used :limit => size_limit as a condition in a rails > migration, and this changed the column type from BLOB to MEDIUMBLOB. > Thanks tho. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

