I can't create index on varchar(500).
Mysql:"Specified key was too long; max key length is 1000 bytes"
I can't create index on varchar(500).
Mysql:"Specified key was too long; max key length is 1000 bytes"
latin1 = 1 byte = 1 character
uft8 = 3 byte = 1 character
gbk = 2 byte = 1 character