明天在装置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安装出错的解决方法》的一些看法。更多内容请查看本栏目更多内容!
提示用户以后主题需求的插件 很多主题都需求一些插件的支持,这时你就需求提示用户需求装置的插件,本文将教...
comments_template comments_template 函数是一个调用评论模板的函数,应用起来很简略,与get_header()等函...
处理办法这是由于空间中的’C:\WINDOWS\TEMP’目录没有设置IIS拜访权限,需求空间商为你设置目录...
因为集体博客小站的空间与mysql空间往往无限,共享效劳器资源也无限,所以渣滓评论肯定要阻拦在写入数据库之...
WordPress菜单CSS类选项设置办法: 1、点开WordPress菜单设置页面右上角“显示选项”,勾选外面的...
明天在网页上传图片到博客,后果提醒:“无奈将上传的文件挪动至 /home/wwwroot/wp-content/uploads/2013/”...