Installation – Cannot Create Tables
-
Hello, I cannot seem to get started with WordPress. I have done everything in the instructions, but am getting the following errors when I type in the name of my podcast:
WordPress database error: [CREATE command denied to user: ‘usernamewashere@localhost’ for table ‘wp_terms’]
CREATE TABLE wp_terms ( term_id bigint(20) NOT NULL auto_increment, name varchar(55) 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) )WordPress database error: [CREATE command denied to user: ‘usernamewashere@localhost’ for table ‘wp_term_taxonomy’]
CREATE TABLE wp_term_taxonomy ( term_taxonomy_id bigint(20) NOT NULL auto_increment, term_id bigint(20) NOT NULL default 0, taxonomy varchar(32) NOT NULL default ”, description longtext NOT NULL, parent bigint(20) NOT NULL default 0, count bigint(20) NOT NULL default 0, PRIMARY KEY (term_taxonomy_id), UNIQUE KEY term_id_taxonomy (term_id,taxonomy) )WordPress database error: [CREATE command denied to user: ‘usernamewashere@localhost’ for table ‘wp_term_relationships’]
CREATE TABLE wp_term_relationships ( object_id bigint(20) NOT NULL default 0, term_taxonomy_id bigint(20) NOT NULL default 0, PRIMARY KEY (object_id,term_taxonomy_id), KEY term_taxonomy_id (term_taxonomy_id) )WordPress database error: [CREATE command denied to user: ‘usernamewashere@localhost’ for table ‘wp_comments’]
CREATE TABLE wp_comments ( comment_ID bigint(20) unsigned NOT NULL auto_increment, comment_post_ID int(11) NOT NULL default ‘0’, comment_author tinytext NOT NULL, comment_author_email varchar(100) NOT NULL default ”, comment_author_url varchar(200) NOT NULL default ”, comment_author_IP varchar(100) NOT NULL default ”, comment_date datetime NOT NULL default ‘0000-00-00 00:00:00’, comment_date_gmt datetime NOT NULL default ‘0000-00-00 00:00:00’, comment_content text NOT NULL, comment_karma int(11) NOT NULL default ‘0’, comment_approved enum(‘0′,’1′,’spam’) NOT NULL default ‘1’, comment_agent varchar(255) NOT NULL default ”, comment_type varchar(20) NOT NULL default ”, comment_parent bigint(20) NOT NULL default ‘0’, user_id bigint(20) NOT NULL default ‘0’, PRIMARY KEY (comment_ID), KEY comment_approved (comment_approved), KEY comment_post_ID (comment_post_ID) )WordPress database error: [CREATE command denied to user: ‘usernamewashere@localhost’ for table ‘wp_links’]
CREATE TABLE wp_links ( link_id bigint(20) NOT NULL auto_increment, link_url varchar(255) NOT NULL default ”, link_name varchar(255) NOT NULL default ”, link_image varchar(255) NOT NULL default ”, link_target varchar(25) NOT NULL default ”, link_category bigint(20) NOT NULL default ‘0’, link_description varchar(255) NOT NULL default ”, link_visible enum(‘Y’,’N’) NOT NULL default ‘Y’, link_owner int(11) NOT NULL default ‘1’, link_rating int(11) NOT NULL default ‘0’, link_updated datetime NOT NULL default ‘0000-00-00 00:00:00’, link_rel varchar(255) NOT NULL default ”, link_notes mediumtext NOT NULL, link_rss varchar(255) NOT NULL default ”, PRIMARY KEY (link_id), KEY link_category (link_category), KEY link_visible (link_visible) )There is much more, but for space I did not include it all. I have changed the username in this, but the username and password I am using are the database administrator so it has permission. The folder that the files are in is called sermon_podcast.
Please Help!!
Thanks,
Jedidiah
- The topic ‘Installation – Cannot Create Tables’ is closed to new replies.