phpforumer 发表于 2023-8-9 20:47:15

强制默认default-storage-engine=InnoDB

以前在Windows那
my.ini 改有效


现在发现LNMP用这方法无效用


修改my.cnf
vi /etc/my.cnf

; The default storage engine that will be used when create new tables
default-storage-engine=MyISAM

默认 MyISAM 修改为 InnoDB
default-storage-engine=InnoDB


请教军哥,LNMP这边的mariadb的修改方法
默认 MyISAM 修改为 InnoDB

licess 发表于 2023-8-11 08:05:10

在 /etc/my.cnf 中都是下划线,如:default_storage_engine = InnoDB
只有在命令中加参数才是你上面上划线的形式

安装时只要不更改默认就是InnoDB
页: [1]
查看完整版本: 强制默认default-storage-engine=InnoDB