Why i cant save a long text on my MySQL database?
- by DomingoSL
im trying to save to my data base a long text (about 2500 chars) input by my users using a web form and passed to the server using php.
When i look in phpmyadmin, the text gets crop. How can i config my table in order to get the complete text? This is my table config:
CREATE TABLE `extra_879` (
`id` bigint(20) NOT NULL auto_increment,
…