db error with wp_categories
-
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_categoriesWordPress 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
- The topic ‘db error with wp_categories’ is closed to new replies.