Hi everyone,
I'm trying to insert text strings over 255 chars, but the result is never longer.
The problem seems not to be within MySql itself (as I can successfully insert such fields with the use of mysql).
Thank you.
Use a column type of TEXT instead of VARCHAR.
Log in to post a comment.
Hi everyone,
I'm trying to insert text strings over 255 chars, but the result is never longer.
The problem seems not to be within MySql itself (as I can successfully insert such fields with the use of mysql).
Thank you.
Use a column type of TEXT instead of VARCHAR.