mysql 类型 innodb_mysql是否支持innodb的存储类型问题

查看mysql的存储引擎:

show plugins;

+------------+--------+----------------+--------------+---------+

| Name       | Status | Type           | Library      | License |

+------------+--------+----------------+--------------+---------+

| binlog     | ACTIVE | STORAGE ENGINE | NULL         | GPL     |

| CSV        | ACTIVE | STORAGE ENGINE | NULL         | GPL     |

| MEMORY     | ACTIVE | STORAGE ENGINE | NULL         | GPL     |

| MyISAM     | ACTIVE | STORAGE ENGINE | NULL         | GPL     |

| MRG_MYISAM | ACTIVE | STORAGE ENGINE | NULL         | GPL     |

| InnoDB     | ACTIVE | STORAGE ENGINE | ha_innodb.so | GPL

mysql> show variables like "have_%";

+-------------------------+-------+

| Variable_name           | Value |

+-------------------------+-------+

| have_community_features | YES   |

| have_compress           | YES   |

| have_crypt              | YES   |

| have_csv                | YES   |

| have_dynamic_loading    | YES   |

| have_geometry           | YES   |

| have_innodb             | NO    |

| have_ndbcluster         | NO    |

| have_openssl            | NO    |

| have_partitioning       | NO    |

| have_query_cache        | YES   |

| have_rtree_keys         | YES   |

| have_ssl                | NO    |

| have_symlink            | YES   |

第二步:试着安装innodb类型:

INSTALL PLUGIN INNODB SONAME 'ha_innodb.so';

安装成功。创建innodb表也成功。

第三步:修改.cnf的参数

无法启动服务器报:

InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes

InnoDB: than specified in the .cnf file 0 536870912 bytes!

120308  5:30:24 [ERROR] Plugin 'InnoDB' init function returned error.

120308  5:30:24 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.

将 ib_logfile0删除mysqld服务可正常启动。

是不是这样安装的innodb的类型不支持?

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值