From: rabarama Date: 2009-12-10T03:50:05+09:00 Subject: Mysql::Error: Data too long for column Pleas i need help: I'm deploying a ror application in a win server (apache + mongrel + mysql). A model has a binary field. win2003 server mysql 5.0.45 community ed ruby 1.8.6 When i upload a file (very small) i obtain the "Data Too Long for column" error. The same code works perfectly with SQLite. Where's the problem?