• Is it possible I could get so advice on where these area are coming from….here’s a couple of the first ones that showed on step 2 of the install.

    I am a newbe just trying to help this 501(c3)none for profit get there wordpress up and running. Any help would be greatly appreciated.
    http://www.flffc.org

    http://www.flffc.org/wp-admin/install.php?step=2
    ———————————————————————

    WordPress database error: [CREATE command denied to user ‘chasdel_flffcwp’@’foxtrot3.whsecure.net’ for table ‘wp_terms’]
    CREATE TABLE wp_terms ( term_id bigint(20) 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 ‘chasdel_flffcwp’@’foxtrot3.whsecure.net’ 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) ) DEFAULT CHARACTER SET utf8

    WordPress database error: [CREATE command denied to user ‘chasdel_flffcwp’@’foxtrot3.whsecure.net’ 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, 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

    ——————————————————————-

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Mr Bass

    (@mr-bass)

    Here’s the complete error I get after I put in the title and email them it give me this error…….

    WordPress database error: [CREATE command denied to user ‘chasdel_flffcwp’@’foxtrot3.whsecure.net’ for table ‘wp_terms’]
    CREATE TABLE wp_terms ( term_id bigint(20) 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 ‘chasdel_flffcwp’@’foxtrot3.whsecure.net’ 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) ) DEFAULT CHARACTER SET utf8

    WordPress database error: [CREATE command denied to user ‘chasdel_flffcwp’@’foxtrot3.whsecure.net’ 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, 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

    WordPress database error: [CREATE command denied to user ‘chasdel_flffcwp’@’foxtrot3.whsecure.net’ 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 varchar(20) 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), KEY comment_approved_date_gmt (comment_approved,comment_date_gmt), KEY comment_date_gmt (comment_date_gmt) ) DEFAULT CHARACTER SET utf8

    WordPress database error: [CREATE command denied to user ‘chasdel_flffcwp’@’foxtrot3.whsecure.net’ 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 varchar(20) 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) ) DEFAULT CHARACTER SET utf8

    WordPress database error: [CREATE command denied to user ‘chasdel_flffcwp’@’foxtrot3.whsecure.net’ for table ‘wp_options’]
    CREATE TABLE wp_options ( option_id bigint(20) NOT NULL auto_increment, blog_id int(11) NOT NULL default ‘0’, option_name varchar(64) NOT NULL default ”, option_value longtext NOT NULL, autoload varchar(20) NOT NULL default ‘yes’, PRIMARY KEY (option_id,blog_id,option_name), KEY option_name (option_name) ) DEFAULT CHARACTER SET utf8

    WordPress database error: [CREATE command denied to user ‘chasdel_flffcwp’@’foxtrot3.whsecure.net’ for table ‘wp_postmeta’]
    CREATE TABLE wp_postmeta ( meta_id bigint(20) NOT NULL auto_increment, post_id bigint(20) NOT NULL default ‘0’, meta_key varchar(255) default NULL, meta_value longtext, PRIMARY KEY (meta_id), KEY post_id (post_id), KEY meta_key (meta_key) ) DEFAULT CHARACTER SET utf8

    WordPress database error: [CREATE command denied to user ‘chasdel_flffcwp’@’foxtrot3.whsecure.net’ for table ‘wp_posts’]
    CREATE TABLE wp_posts ( ID bigint(20) unsigned NOT NULL auto_increment, post_author bigint(20) NOT NULL default ‘0’, post_date datetime NOT NULL default ‘0000-00-00 00:00:00’, post_date_gmt datetime NOT NULL default ‘0000-00-00 00:00:00’, post_content longtext NOT NULL, post_title text NOT NULL, post_category int(4) NOT NULL default ‘0’, post_excerpt text NOT NULL, post_status varchar(20) NOT NULL default ‘publish’, comment_status varchar(20) NOT NULL default ‘open’, ping_status varchar(20) NOT NULL default ‘open’, post_password varchar(20) NOT NULL default ”, post_name varchar(200) NOT NULL default ”, to_ping text NOT NULL, pinged text NOT NULL, post_modified datetime NOT NULL default ‘0000-00-00 00:00:00’, post_modified_gmt datetime NOT NULL default ‘0000-00-00 00:00:00’, post_content_filtered text NOT NULL, post_parent bigint(20) NOT NULL default ‘0’, guid varchar(255) NOT NULL default ”, menu_order int(11) NOT NULL default ‘0’, post_type varchar(20) NOT NULL default ‘post’, post_mime_type varchar(100) NOT NULL default ”, comment_count bigint(20) NOT NULL default ‘0’, PRIMARY KEY (ID), KEY post_name (post_name), KEY type_status_date (post_type,post_status,post_date,ID), KEY post_parent (post_parent) ) DEFAULT CHARACTER SET utf8

    WordPress database error: [CREATE command denied to user ‘chasdel_flffcwp’@’foxtrot3.whsecure.net’ for table ‘wp_users’]
    CREATE TABLE wp_users ( ID bigint(20) unsigned NOT NULL auto_increment, user_login varchar(60) NOT NULL default ”, user_pass varchar(64) NOT NULL default ”, user_nicename varchar(50) NOT NULL default ”, user_email varchar(100) NOT NULL default ”, user_url varchar(100) NOT NULL default ”, user_registered datetime NOT NULL default ‘0000-00-00 00:00:00’, user_activation_key varchar(60) NOT NULL default ”, user_status int(11) NOT NULL default ‘0’, display_name varchar(250) NOT NULL default ”, PRIMARY KEY (ID), KEY user_login_key (user_login), KEY user_nicename (user_nicename) ) DEFAULT CHARACTER SET utf8

    WordPress database error: [CREATE command denied to user ‘chasdel_flffcwp’@’foxtrot3.whsecure.net’ for table ‘wp_usermeta’]
    CREATE TABLE wp_usermeta ( umeta_id bigint(20) NOT NULL auto_increment, user_id bigint(20) NOT NULL default ‘0’, meta_key varchar(255) default NULL, meta_value longtext, PRIMARY KEY (umeta_id), KEY user_id (user_id), KEY meta_key (meta_key) ) DEFAULT CHARACTER SET utf8

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘siteurl’, ‘http://www.flffc.org’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘blogname’, ‘My Blog’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘blogdescription’, ‘Just another WordPress weblog’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘users_can_register’, ‘0’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘admin_email’, ‘you@example.com’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘start_of_week’, ‘1’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘use_balanceTags’, ‘0’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘use_smilies’, ‘1’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘require_name_email’, ‘1’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘comments_notify’, ‘1’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘posts_per_rss’, ’10’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘rss_excerpt_length’, ’50’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘rss_use_excerpt’, ‘0’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘mailserver_url’, ‘mail.example.com’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘mailserver_login’, ‘login@example.com’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘mailserver_pass’, ‘password’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘mailserver_port’, ‘110’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘default_category’, ‘1’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘default_comment_status’, ‘open’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘default_ping_status’, ‘open’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘default_pingback_flag’, ‘1’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘default_post_edit_rows’, ’10’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘posts_per_page’, ’10’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘what_to_show’, ‘posts’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘date_format’, ‘F j, Y’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘time_format’, ‘g:i a’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘links_updated_date_format’, ‘F j, Y g:i a’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘links_recently_updated_prepend’, ‘‘, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘links_recently_updated_append’, ‘‘, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘links_recently_updated_time’, ‘120’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘comment_moderation’, ‘0’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘moderation_notify’, ‘1’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘permalink_structure’, ”, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘gzipcompression’, ‘0’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘hack_file’, ‘0’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘blog_charset’, ‘UTF-8’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘moderation_keys’, ”, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘active_plugins’, ”, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘home’, ‘http://www.flffc.org’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    SELECT option_value FROM wp_options WHERE option_name = ‘home’

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    SELECT option_value FROM wp_options WHERE option_name = ‘siteurl’

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘category_base’, ”, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘ping_sites’, ‘http://rpc.pingomatic.com/’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘advanced_edit’, ‘0’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘comment_max_links’, ‘2’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘gmt_offset’, ‘-5’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘default_email_category’, ‘1’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘recently_edited’, ”, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘use_linksupdate’, ‘0’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘template’, ‘default’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘stylesheet’, ‘default’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘comment_whitelist’, ‘1’, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘page_uris’, ”, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘blacklist_keys’, ”, ‘yes’)

    WordPress database error: [Table ‘chasdel_flffc.wp_options’ doesn’t exist]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘comment_registration’, ‘0’, ‘yes’)

    you are getting those errors because you haven’t added your database user to the database with ALL priveleges – therefore your db user can not create tables on install

    http://codex.wordpress.org/Installing_WordPress#Detailed_Instructions

    Hi,
    I’m having exactly the same issues as Mr. Bass above, but in my case I know that my user name for this database does have all permissions checked. Even still, it says access is denied for my user name for most tables but still says it’s all set. Then when you click to log in, it goes back to the install screen again. Ugh!

    For those interestd in helping with my question above, here is what one of the lines looks like:

    WordPress database error: [INSERT command denied to user ‘Jeffw’@’lsh215.lsh.chicago.hostway’ for table ‘wp_options’]
    INSERT INTO wp_options (option_name, option_value, autoload) VALUES (‘siteurl’, ‘http://gamblera.com/blog’, ‘yes’)

    AGAIN, I DO have all permissions enabled for this user name in phpmyAdmin on my hosting settings page for this database.

    Hi,

    having the same problem. Jeff, did you ever find a solution?

    Thanks,
    Ty

    Try setting the privilege on MySQL, you can do this either on phpMyAdmin or ssh access.

    “GRANT ALL PRIVILEGES on NameOfYourDatabaseHere.* TO chasdel_flffcwp@foxtrot3.whsecure.net IDENTIFIED BY ‘YourPasswordHere’;

    flush privileges;

    Then run the install.php again

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Newbe Install errors’ is closed to new replies.