WP 2.3 Upgrade problem
-
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_categoriesWordPress database error: [Access denied for user ‘yscr_bbKh-X’@’localhost’ to database ‘getaclue’]
DROP TABLE IF EXISTS wp_link2catWordPress database error: [Access denied for user ‘yscr_bbKh-X’@’localhost’ to database ‘getaclue’]
DROP TABLE IF EXISTS wp_post2catIt seems that my database was not properly upgraded…is there a database description for WP2.3 that I can use to check against?
- The topic ‘WP 2.3 Upgrade problem’ is closed to new replies.