Error while installing wp
-
Hello,
Ive just installed WP to my host (godaddy) , it direct me into the installation page which is great but then after I filled all my details its send me like 10 pages long error
(like this one , only longer…)
<i>
WordPress database error: [CREATE command denied to user ‘xxxxxx’@’xxxxxxxx’ 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 utf8WordPress database error: [CREATE command denied to user ‘xxxxxx’@’xxxxx’ 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 utf8WordPress database error: [CREATE command denied to user ‘xxxxxx’@’9xxxxx’ for table ‘wp_term_relationships’]
CREATE TABLE wp_term_relationships ( object_id bigint(20) unsigned NOT NULL default 0, term_taxonomy_id bigint(20) unsigned NOT NULL default 0, term_order int(11) NOT NULL default 0, PRIMARY KEY (object_id,term_taxonomy_id), KEY term_taxonomy_id (term_taxonomy_id) ) DEFAULT CHARACTER SET utf8</i>
anyone knows whats wrong with it ? or how can i resolve this issue?
thanks
g -
Sorry, you are in the wrong forum and need to head over to http://wordpress.ORG/support/ as that is where self-hosted wordpress blogs using the software from wordpress.ORG are supported.
These forums are for those hosted here on the wordpress.COM free hosting service and things here work differently and our answers typically will not work for you.
If you do not know the difference, see this support document: http://en.support.wordpress.com/com-vs-org/ .
-
-
- The topic ‘Error while installing wp’ is closed to new replies.