简体   繁体   English

为什么 mysql "ENGINE=InnoDB" 不适用于 joomla 3 安装

[英]Why mysql "ENGINE=InnoDB" doesn't work with joomla 3 installation

I got the solution for joomla 3 installation problem(installation stucks in creating databases) in stackoverflow.我在 stackoverflow 中得到了 joomla 3 安装问题(安装卡在创建数据库中)的解决方案。

The solution that to replace "ENGINE=innoDB" with "ENGINE=MyIsam" in“ENGINE=innoDB”替换为“ENGINE=MyIsam”的解决方案

joomla-folder\\installation\\sql\\mysql\\joomla.sql, it works well.

Anyone know the reason why innoDB is not working with joomla 3 installation.任何人都知道 innoDB 不能与 joomla 3 安装一起使用的原因。

And do I need to restore the engine from "MyIsam" to "innoDB" again(after installed successfully)?我是否需要再次将引擎从“MyIsam”恢复到“innoDB”(安装成功后)?

It is because MyIsam is supported and compatible more with Joomla.这是因为 MyIsam 得到了 Joomla 的支持和更多的兼容。 You can check here你可以在这里查看

And do I need to change the engine to "innoDB" again(after installed successfully)我是否需要再次将引擎更改为“innoDB”(安装成功后)

If you have changed it while installing it then there is no need to change it again.如果您在安装时更改了它,则无需再次更改它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM