作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我现在使用 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/
我是一名优秀的程序员,十分优秀!