On Tue, 4 Nov 2008, Jesse wrote: > > prompt> perror 139 > > MySQL error code 139: Too big row > > > > Seems you are exceeding some limit. > > Where did you run the "perror" command from? I tried to run that in the > MySQL command line utility and got an error? > > At any rate, the field in question is a Text field. My understanding is > that the limit of a Text field is about 64K, right? I guess it's > possible that limit was exceeded, but not very likely. I'll have to do > some more checking. > > Thanks, > Jesse
Hi Jesse I was running the 'perror' command from the bash command line of a Linux system. A column of type text will allow a maximum of 65'535 characters being stored, but this could be less when a multibyte character set is used. What storage engine type are you using? I found some issues with InnoDB regarding this error. Please check the .err log of mysqld as well. Regards, Thomas -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]