When I want to insert a persian text in one of my records,I have an error with
this content:
INSERT INTO category VALUES(id,'مهدی ');
error1406:
Data too long for column 'Name' at row 1.
My table charset is utf8 and my collation is utf8_persian_ci .