I have a table post
:
field | type --------------------------------- id | int A_I P_K title | varchar(300) content | text
When I insert a row with content
more than 15k words, my database just save 10k words and I lost 5k words.
How can I fixed this?
I'm using MySQL and PHP framework Laravel 5.1