迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
程序安装时提示以下错误,怎么解决?
正在执行安装程序
Index column size too large. The maximum column size is 767 bytes.
出现故障:Index column size too large. The maximum column size is 767 bytes.
mysql在执行脚本时,报出了以下错误:
index column size too large. the maximum column size is 767 bytes
解决方案:
1. 对数据库进行设置
set global innodb_file_format = BARRACUDA
set global innodb_large_prefix = ON
mysql在执行脚本时,报出了以下错误:
原因:INNODB 引擎,UTF-8,主键字符串 默认最大 767,需要修改解决方案:
1. 对数据库进行设置
set global innodb_file_format = BARRACUDA
set global innodb_large_prefix = ON