Database error when upgrading
-
Whenever I try to upgrade wordpress, I get following errors (I modified USER, HOST, and HIS_DB to protect personal information).
When I installed wordpress, I made wp-config.php. After that, I have been using WordPress without any problems over 3 months. I can post, edit, etc. However, only wp-admin/upgrade.php doesn’t work fine.
This error is not only wp2.0 but also wp1.5. I got this error when I upgrade to wp 1.5.2. I didn’t notice any actual problem, so I left it as is. This time, wp2 doesn’t work without newly added “category_count” field. I need to use upgrade.php to add that field. Is there anything that I can do to fix this problem except changing mysql system configuration (I’m not an admin)? Thanks.
WordPress database error: [Access denied for user: ‘USER@HOST’ to database ‘HIS_DB’]
ALTER TABLE wp_categories CHANGE COLUMN category_parent category_parent bigint(20) NOT NULL default ‘0’WordPress database error: [Access denied for user: ‘USER@HOST’ to database ‘HIS_DB’]
ALTER TABLE wp_categories ADD COLUMN category_count bigint(20) NOT NULL default ‘0’…
The topic ‘Database error when upgrading’ is closed to new replies.