问题:某项目主从数据库,从库报错,导致数据不一致'Duplicate entry '51' for key 'PRIMARY'' on queryd.insert into ...过程:问度娘,innodb_autoinc_lock_mode 模式导致自增锁模式innodb_autoinc_lock_mode=[0|1|2]参数详解值 = 0它提供了一个向后兼容的能力在这一模式下,所有的in...
Centos8 “Error: Failed to synchronize cache for repo 'epel-modular'”将repo文件中的http://download.fedoraproject.org/pub替换成https://mirrors.tuna.tsinghua.edu.cn文档是Centos7,同样也是支持Centos8的哦详细参考:https://mirr...
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...