Loading...
index column size too large. the maximum column size is 767 bytes报错主要出在mysql5.6版本和MariaDB101.检查配置文件 my.cnf检查这3条配置文件,没有就添加上 innodb_large_prefix = 1 innodb_file_per_table = 1 innodb_file_format = Bar...
因工作需要,客户提供的服务器都是windows的,需要在服务器上配置mysql.之前一直用的mysql5.6的精简版,中秋放假,整理了一下精简过的mysql 5.7.23目录结构├─bin(exe 启动脚本)├─data(数据库目录)│ ├─mysql│ ├─performance_schema│ └─sys├─share│ ├─charsets│ └─english├─tmp(临时文件夹)...