MySQL5.6出现ERROR 1709 (HY000): Index column size too large问题的解决方法

2019-11-27
阅读 2 分钟
14.8k
Prefix support and lengths of prefixes (where supported) are storage engine dependent. For example, a prefix can be up to 767 bytes long for InnoDB tables or 3072 bytes if the innodb_large_prefix option is enabled. For MyISAM tables, the prefix length limit is 1000 bytes.