Mobile app version of vmapp.org
Login or Join
Angela700

: Phpmyadmin and 1MB post data In php.ini I have set php to allow 7MB POST data size. But when I used phpmyadmin to save 1MB data of text into a field, it just listed all the record from

@Angela700

Posted in: #Phpmyadmin #Post

In php.ini I have set php to allow 7MB POST data size. But when I used phpmyadmin to save 1MB data of text into a field, it just listed all the record from the parent table and did nothing to the record which supposed to be changed after I pressed the "save" button.

Is this a limit of phpmyadmin? What can I do to solve the problem?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Angela700

1 Comments

Sorted by latest first Latest Oldest Best

 

@Jessie594

These are the MySQL text field size limits

TINYTEXT 256 bytes

TEXT 65,535 bytes ~64kb

MEDIUMTEXT 16,777,215 bytes ~16MB

LONGTEXT 4,294,967,295 bytes ~4GB

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme