文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>wordpress3.0.1安装出错的解决

wordpress3.0.1安装出错的解决

时间:2010-09-28  来源:tian663

 安装wordpress3.0.1 在写入数据库阶段是出现了一大片错误:

WordPress database error: [The used table type doesn't support BLOB/TEXT columns]。。。

意识到可能是数据库引擎不对,查看了一下wordpress的代码,在create table 是的却没有指定数据库引擎。

打开mysql的配置文件找到

  1. # The default storage engine that will be used when create new tables when 
  2. default-storage-engine = MEMORY 

将默认的引擎修改一下

  1. # The default storage engine that will be used when create new tables when 
  2. default-storage-engine = MyISAM  

然后重启一下mysql。

这样安装就能顺利通过了。

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载