欢迎来到工商注册核名查询系统!

WordPress

当前位置:主页 > CMS教程 > WordPress >

wordpress安装出错的解决方法

来源:本站原创|时间:2022-11-25|栏目:WordPress|

今天在安装wordpress3.0.1的时候,写入数据库阶段时出现了一 错误提示信息:


复制代码
代码如下:
WordPress database error: [The used table type doesn't support BLOB/TEXT columns]。。。

由提示信息可以看到应该是数据库引擎不对,查看了一下wordpress的代码,在create table 部分并没有指定数据库引擎。

这时候打开mysql的配置文件找到


复制代码
代码如下:
# The default storage engine that will be used when create new tables when
default-storage-engine = MEMORY

将默认的引擎修改成:


复制代码
代码如下:
# The default storage engine that will be used when create new tables when
default-storage-engine = MyISAM

然后重启一下mysql。
这样安装就能顺利通过了。

更多WordPress

您可能感兴趣的文章

阅读排行

本栏相关

随机阅读

网页制作CMS教程网络编程软件编程脚本语言数据库服务器

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:835971066 | 邮箱:835971066#qq.com(#换成@)

Copyright © 2002-2020 工商注册核名查询系统 版权所有