-
set global innodb_large_prefix=ON;//开启不限制索引长度
-
ALTER TABLE `TableName ` row_format=dynamic;
Specified key was too long; max key length is 767 bytes
最新推荐文章于 2024-03-30 13:23:20 发布
set global innodb_large_prefix=ON;//开启不限制索引长度
ALTER TABLE `TableName ` row_format=dynamic;
3434
2206
742

被折叠的 条评论
为什么被折叠?