index column size too large. the maximum column size is 767 bytes
报错主要出在mysql5.6版本和MariaDB10

1.检查配置文件 my.cnf

检查这3条配置文件,没有就添加上
innodb_large_prefix = 1
innodb_file_per_table = 1
innodb_file_format = Barracuda

2.创建表SQL语句中检查row_format

值改成
row_format=dynamic
注意:用Navicat的数据传输功能的,依然还是会失败。先将数据库转储成Sql文件,检查步骤2后,再导入即可
Last modification:July 31, 2020
如果觉得我的文章对你有用,请随意赞赏