gpt4 book ai didi

mysql - 如何在MySQL中安装InnoDB插件

转载 作者:行者123 更新时间:2023-11-29 06:51:48 24 4
gpt4 key购买 nike

我现在使用 MySQL 5.6,我知道它默认有 InnoDB 引擎,但我想启用 InnoDB 插件。我在互联网上搜索了一整天,但找不到合适的解决方案。

如果我用

INSTALL PLUGIN InnoDB SONAME 'ha_innodb_plugin.dll';

比我得到的错误像

Function 'InnoDB' already exist.

比我尝试卸载它

UNINSTALL PLUGIN InnoDB

比我得到的错误像

Plugin InnoDB does not exist

请帮助我如何安装/卸载插件

最佳答案

https://dev.mysql.com/doc/refman/5.5/en/innodb-installation.html说:

When you use the InnoDB storage engine 1.1 and above, with MySQL 5.5 and above, you do not need to do anything special to install: everything comes configured as part of the MySQL source and binary distributions.

也就是说,只有在MySQL 5.1中才需要安装InnoDB插件。在 MySQL 的所有更高版本中,不要执行任何操作。您已经获得了以前称为“插件”的 InnoDB 实现。

关于mysql - 如何在MySQL中安装InnoDB插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47136986/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com