Multiple DB Errors when I click on 'Install WordPress'
-
Hi All,
I am new and trying to get this to work but cant figure it out. I uploaded everything to myurl.com/Wordpress. I was able to run wp-admin/install.php and set up my wp-config.php with all my database information, it accepted everything and brought me to the page
http://www.kingdomwaves.com/WORDPRESS/wordpress/wp-admin/install.php
When I fill in all the basic info and click install I get pages of db errors and no idea why. Any help much appreciated. Thanks!error example below
WordPress database error: [CREATE command denied to user ‘tomleen_kingdom’@’72.41.223.236’ 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 ‘tomleen_kingdom’@’72.41.223.236’ 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
The topic ‘Multiple DB Errors when I click on 'Install WordPress'’ is closed to new replies.