• Tried installing *twice* on Yahoo! WebHosting, manual upgrade. Consistently getting the following error messages, and I don’t know how to fix them.

    Can someone please address this?

    WordPress database error: [Access denied for user ‘yscr_bbyQw6’@’localhost’ to database ‘info’]
    ALTER TABLE wp_categories ADD COLUMN link_count bigint(20) NOT NULL default ‘0’

    WordPress database error: [Access denied for user ‘yscr_bbyQw6’@’localhost’ to database ‘info’]
    ALTER TABLE wp_categories ADD COLUMN posts_private tinyint(1) NOT NULL default ‘0’

    WordPress database error: [Access denied for user ‘yscr_bbyQw6’@’localhost’ to database ‘info’]
    ALTER TABLE wp_categories ADD COLUMN links_private tinyint(1) NOT NULL default ‘0’

    WordPress database error: [Access denied for user ‘yscr_bbyQw6’@’localhost’ to database ‘info’]
    ALTER TABLE wp_posts CHANGE COLUMN post_status post_status enum(‘publish’,’draft’,’private’,’static’,’object’,’attachment’,’inherit’,’future’) NOT NULL default ‘publish’

    WordPress database error: [Access denied for user ‘yscr_bbyQw6’@’localhost’ to database ‘info’]
    ALTER TABLE wp_posts CHANGE COLUMN post_type post_type varchar(20) NOT NULL default ‘post’

    WordPress database error: [Access denied for user ‘yscr_bbyQw6’@’localhost’ to database ‘info’]
    ALTER TABLE wp_posts ALTER COLUMN post_type SET DEFAULT ‘post’

    WordPress database error: [Access denied for user ‘yscr_bbyQw6’@’localhost’ to database ‘info’]
    ALTER TABLE wp_posts ADD KEY type_status_date (post_type,post_status,post_date,ID)

    WordPress database error: [Unknown column ‘links_private’ in ‘field list’]
    INSERT INTO wp_categories (cat_ID, cat_name, category_nicename, category_description, category_parent, links_private, posts_private) VALUES (‘0’, ‘Blogroll’, ‘blogroll’, ”, ‘0’, ‘0’, ‘0’)

    WordPress database error: [Unknown column ‘link_count’ in ‘field list’]
    SELECT SUM(link_count) FROM wp_categories

    WordPress database error: [Unknown column ‘link_count’ in ‘field list’]
    UPDATE wp_categories SET link_count = ‘0’ WHERE cat_ID = ‘1’

    WordPress database error: [Access denied for user ‘yscr_bbyQw6’@’localhost’ to database ‘info’]
    DROP TABLE IF EXISTS wp_linkcategories

Viewing 1 replies (of 1 total)
  • Access denied for user ‘yscr_bbyQw6’@’localhost

    thats a mysql message telling you that you that that username does not have permission to access that mysql db.

    You fix them by making sure that the info inside your wp-config.php is correct, so far as you know

    And if you believe that it is, and you continue to see problems, depending on how yahoo has it set up, you either give that user the right permissions yourself inside mysql, or you contact them and pass along that info.

Viewing 1 replies (of 1 total)
  • The topic ‘db error with wp_categories’ is closed to new replies.