On Mon, 3 Nov 2008, Jesse wrote:

> I have an ASP.net web application running on a WS03 server using MySQL
> 5.0.67-community-nt-log.
> 
> I have a form that allows the customer to use a visual HTML editor to input
> text that will appear on a web page.  So, the text contains HTML tags.  When
> it tries to save the text to the table in the database, I get the error,
> "#HY000Got error 139 from storage engine". Does anyone know what this is and
> how to fix it?

prompt> perror 139
MySQL error code 139: Too big row

Seems you are exceeding some limit.

Regards,
Thomas

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to