Top "Longtext" questions

How to apply ROW_FORMAT=DYNAMIC to an existing table

I have a table with a large number of longtext fields (18) along with a number of other various integer and …

mysql innodb longtext
Unable to save large text in mysql thru php

$query="INSERT INTO `ARTICLES` (`TITLE`, `BY`, `IN`, `POST`) VALUES('". $title ."', '". $by ."', '". $in ."', '". $_POST[…

php mysql longtext
Store HTML into MySQL database

I'm trying to store a String which contains HTML in a MySQL database using Longtext data type. But it always …

java mysql html jdbc longtext
MySQL field type for a comments field or text area

As the title says, I'm after a good field type for a comments field I have in a table. It …

mysql field longtext
saving base64 data - row size too large issue

I have 22 database fields of type longtext. If I try saving 12 of the fields with the following data I get …

mysql longtext