• Resolved mikefincher

    (@mikefincher)


    When I ran the WP2.3 database upgrade, I got the following:

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

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

    WordPress database error: [Access denied for user ‘yscr_bbKh-X’@’localhost’ to database ‘getaclue’]
    ALTER TABLE wp_posts ALTER COLUMN post_type SET DEFAULT ‘post’

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

    WordPress database error: [Access denied for user ‘yscr_bbKh-X’@’localhost’ to database ‘getaclue’]
    ALTER TABLE wp_users ADD KEY user_nicename (user_nicename)

    WordPress database error: [Access denied for user ‘yscr_bbKh-X’@’localhost’ to database ‘getaclue’]
    DROP TABLE IF EXISTS wp_categories

    WordPress database error: [Access denied for user ‘yscr_bbKh-X’@’localhost’ to database ‘getaclue’]
    DROP TABLE IF EXISTS wp_link2cat

    WordPress database error: [Access denied for user ‘yscr_bbKh-X’@’localhost’ to database ‘getaclue’]
    DROP TABLE IF EXISTS wp_post2cat

    It seems that my database was not properly upgraded…is there a database description for WP2.3 that I can use to check against?

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP 2.3 Upgrade problem’ is closed to new replies.