0
点赞
收藏
分享

微信扫一扫

mysql中出现Specified key was too long; max key length is 767 bytes,需要innodb_large_prefix设置步骤

书坊尚 2022-01-20 阅读 47
mysql> set global innodb_file_format = BARRACUDA;
Query OK, 0 rows affected (0.00 sec)

mysql> set global innodb_large_prefix = ON;
Query OK, 0 rows affected (0.00 sec)
举报

相关推荐

0 条评论