mysql 出现 Specified key was too long; max key length is 767 bytes
两种方案
1, 缩小索引字段长度
2,修改配置
set global innodb_large_prefix=on;
mysql 出现 Specified key was too long; max key length is 767 bytes
两种方案
1, 缩小索引字段长度
2,修改配置
set global innodb_large_prefix=on;