character encoding - meaing of maxlen in INFORMATION_SCHEMA CHARACTER_SETS Table of MySQL -


from mysql official website:

http://dev.mysql.com/doc/refman/5.0/en/character-sets-table.html

you see table definition.

can here tell 'maxlen' mean? max length of bytes character encoding?

thanks in advance!

from documentation:

the maxlen column shows maximum number of bytes required store 1 character.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -