发布时间:2017-06-13 15:40:44
在MySql中建表的时候报错Index column size too large. The maximum column size is 767 bytes。具体原因网上解释的差不多,解决办法如下1、set global innodb_large_prefix=on(该参数可以在/etc/my.cnf中配置)2、set global variable innodb_file_format=BARRACUDA3、使用 Innodb引擎在建表语句后加入.........【阅读全文】