手机
当前位置:查字典教程网 >CMS教程 >WordPress >wordpress安装出错的解决方法
wordpress安装出错的解决方法
摘要:今天在安装wordpress3.0.1的时候,写入数据库阶段时出现了一大片错误提示信息:WordPressdatabaseerror:[Th...

今天在安装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安装出错的解决方法】相关文章:

IIS6.0下Wordpress 去掉 index.php 和 category 的方法小结

wordpress模板常用函数集锦

WordPress中自动激活插件的实现方法

wordpress全局变量$wpdb初始化并声明为全局变量的方法

WordPress 图片用单独域名储存方法

wordpress去掉自带的logo或者左侧栏的菜单方法

wordpress自定义循环列表的php代码

wordpress在postname中支持大写字母的方法

WordPress反复出现需要升级数据库的解决方法

去除wordpress中评论中的nofollow的方法

精品推荐
分类导航