0
In Mysql..
I am wanting to do UPDATE in a text field, the same has about 300 characters and does not allow to do it, informed that it is too long. I’ve tried changing the field type up to "Longtext", "VARCHAR(1000)" and didn’t allow it. Is there a limitation in Mysql settings or something? What to do in this situation?
You can put the complete error message?
– Luídne
Error Code: 1406. Data Too long for column 'txtContability' at Row 1... .
– mcardoso