Home > Database > Mysql Tutorial > body text

innodb-mysql innodeb 无法安装

WBOY
Release: 2016-06-06 09:38:03
Original
1487 people have browsed it

mysqlinnodb

mysql 5.6.20 版本,然后提示 “Unknown table engine 'InnoDB'”

网上找了一些解决方案,show engines 的时候,没有innodb,然后只能动态加载

然后发现没有存在 ha_innodb.so 文件,网上好多方案版本都说如果没有的话,就去编译目录找 “

<code> 如果没有找到,在您的mysql编译目录里有下面的目录文件(内置的innodb和innodb_plugin) storage/innobase/.libs/ha_innodb.so storage/innodb_plugin/.libs/ha_innodb_plugin.so 您需要把它们(ha_innodb_plugin.so和ha_innodb.so)拷贝到mysql的plugin目录中(/usr/local/mysql/lib/mysql/plugin) </code>
Copy after login

这里面也没有好么,不管是有没有编译,都是没有的。不知道哪里出错了。大神来指导下

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!