原先一台数据库未安装Innodb引擎,今天动态增加他,发现innodb加载不了,报错Plugin ‘InnoDB’ registration as a STORAGE ENGINE failed,从详细日志里面发现创建log file创建失败。详细日志如下:
InnoDB: If this error appears when you are creating an InnoDB database, InnoDB: the problem may be that during an earlier attempt you managed InnoDB: to create the InnoDB data files, but log file creation failed. InnoDB: If that is the case, please refer to InnoDB: http://dev.mysql.com/doc/refman/5.1/en/error-creating-innodb.html 131017 0:45:52 [ERROR] Plugin 'InnoDB' init function returned error. 131017 0:45:52 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
其实之前这台服务器有加载过innodb,后来卸掉了,但是logfile文件没有删除,导致从新加载的时候出现这个问题。解决方法很简单
rm -rf ib_logfile*
然后重新动态加载一次innodb即可,如果不行,那么重启一下mysql.
相关推荐
最近在工作中遇到一个问题,在运行了一个innoDB类型的sql文件,报了Error: Unknown storage engine ‘InnoDB’错误,网上查了很多方法,但是都没办法真正解决我的问题,后来解决了,在这里总结一下过程,方便有遇到...
这时候用事件查看器可以看到程序事件里有几个来自于 MySQL 的错误: Plugin ‘InnoDB’ registration as a STORAGE ENGINE failed. Unknown/unsupported table type: INNODB 原来是因为这两版本的 MySQL 默认使用了...
200215 20:35:10 [ERROR] Unknown/unsupported storage engine: INNODB 场景描述 https://blog.csdn.net/qq_33840251/article/details/104333716 my.ini更改数据库引擎default-storage-engine=INNODB 异常原因 ...
Plugin Installation Failed(解决方案).md
本文将深入探讨InnoDB Plugin与MySQL的结合,以及在innodb_plugin-1.0.6.tar.gz工具中如何使用和配置这个插件。 一、InnoDB Plugin的核心改进 1. **性能提升**:InnoDB Plugin引入了新的数据页压缩技术,可以减少...
修改datax源码plugin-unstructured-storage-util下的UnstructuredStorageReaderUtil.class 加上一个判断,因为在hdfs中,null值存储的是 \N ,所以需要把它转换成 null存储到Mysql中
Failed to initialize plugin(解决方案).md
- `0904179:02:55 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.` - `0904179:02:55 [ERROR] Unknown/unsupported table type: INNODB` - `0904179:02:55 [ERROR] Aborting` 这些错误信息表明...
如果结果为`NO`,那么您需要考虑重新编译安装MySQL或使用其他方法来支持InnoDB。 #### 五、手动安装InnoDB插件 假设您已经确认MySQL不支持InnoDB,并且MySQL支持动态加载插件,那么接下来可以进行InnoDB插件的手动...
k8s之failed to find plugin "flannel" in path [/opt/cni/bin]
《InnoDB官方文档中文翻译版》是对MySQL数据库中InnoDB存储引擎全面且深入的解析资料。InnoDB作为MySQL最常用的核心存储引擎,以其强大的事务处理能力、行级锁定以及对ACID(原子性、一致性、隔离性和持久性)的支持...
- **标题**:“Unreal Engine CarSim_Unreal_plugin” - **描述**:“使用Unreal Engine 开发车辆组装、碰撞、模拟的插件的细节技术” 通过以上信息可以看出,本文将围绕Unreal Engine中的CarSim插件进行深入探讨,...
解决Notepad++ Plugin Manager无法加载插件的方法。 把PluginManagerPlugins.xml放在这个目录下C:\Users\你主机系统用户\AppData\Roaming\Notepad++\plugins 重新打开软件
3. `[ERROR] Plugin 'InnoDB' init function returned error` 和 `[ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.` - 这表明InnoDB插件初始化失败。 4. `[ERROR] Failed to initialize plugins...
在Godot Engine中,有一种名为"Godot Heightmap Plugin"的高级插件,专门用于处理地形的高度图生成,为开发者提供了高效且精细的地形建模工具。 高度图(Heightmap)是一种用二维图像来表示三维地形的技术,其中每...
麻省理工学院许可证要求看板版本> = 1.0.37 看板配置为发送电子邮件安装您可以选择3种方法: 一键式从Kanboard插件管理器安装插件下载zip文件并解压目录下的所有内容plugins/Registration 将此存储库克隆到文件夹...
解决方法是使用 Maven 的插件仓库机制。我们可以在 POM 文件中添加以下内容: ``` <pluginRepository> <id>alfresco-public <url>https://artifacts.alfresco.com/nexus/content/groups/public</url> </plugin...
《ArcEngine_java_plugin:解锁Java在GIS开发中的强大潜能》 ArcEngine_java_plugin是一个专为开发者设计的工具,主要用于调试基于Java的ArcEngine程序。ArcEngine是Esri公司提供的一个强大的地理信息系统(GIS)...
Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.5:clean (default-clean) on project