[提问]
◆在godaddy-Linux上安装WordPress,报错
|
|
我的也报错了。
刚才看到别的人写帖子,说要设置读写权限。请问在哪里设置读写权限啊?
报错的内容如下:
WordPress database error: [CREATE command denied to user 'qiugread'@'97.74.24.197' for table 'wp_terms']
CREATE TABLE wp_terms ( term_id bigint(20) unsigned NOT NULL auto_increment, name varchar(200) NOT NULL default '', slug varchar(200) NOT NULL default '', term_group bigint(10) NOT NULL default 0, PRIMARY KEY (term_id), UNIQUE KEY slug (slug), KEY name (name) ) DEFAULT CHARACTER SET utf8
WordPress database error: [CREATE command denied to user 'qiulread'@'97.74.24.197' for table 'wp_term_taxonomy']
CREATE TABLE wp_term_taxonomy ( term_taxonomy_id bigint(20) unsigned NOT NULL auto_increment, term_id bigint(20) unsigned NOT NULL default 0, taxonomy varchar(32) NOT NULL default '', description longtext NOT NULL, parent bigint(20) unsigned NOT NULL default 0, count bigint(20) NOT NULL default 0, PRIMARY KEY (term_taxonomy_id), UNIQUE KEY term_id_taxonomy (term_id,taxonomy), KEY taxonomy (taxonomy) ) DEFAULT CHARACTER SET utf8 |
|
|
|
|
|
|
|
|
|
|
jackyzhi
发表于 2010-4-4 21:05:56
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
add.c
发表于 2010-4-6 10:26:32
|
显示全部楼层
|
|
|
|
|
|
|
|
|
|
天毅
发表于 2010-4-6 11:20:17
|
显示全部楼层
database error
数据库错误……数据库用户没有对应权限。
http://bbs.idcspy.com/thread-44137-1-1.html
GoDaddy数据库管理教程 |
|
|
|
|
|
|
|
|