Ok well I just updated my Wordpress install from 2.0.1 to 2.3.. what a jump huh lol? anyways it all went smoothly and the database upgrade went ok I assume cause everything seems to be working fine.. But I have a question..
Should I be worried about this? or is it normal..
WordPress database error: [Access denied for user '**username**'@'localhost' to database 'blog']
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 '**username**'@'localhost' to database 'blog']
ALTER TABLE wp_posts CHANGE COLUMN post_type post_type varchar(20) NOT NULL default 'post'WordPress database error: [Access denied for user '**username**'@'localhost' to database 'blog']
ALTER TABLE wp_posts ALTER COLUMN post_type SET DEFAULT 'post'WordPress database error: [Access denied for user '**username**'@'localhost' to database 'blog']
ALTER TABLE wp_posts ADD KEY type_status_date (post_type,post_status,post_date,ID)WordPress database error: [Access denied for user '**username**'@'localhost' to database 'blog']
ALTER TABLE wp_users ADD KEY user_nicename (user_nicename)WordPress database error: [Access denied for user '**username**'@'localhost' to database 'blog']
DROP TABLE IF EXISTS wp_linkcategoriesWordPress database error: [Access denied for user '**username**'@'localhost' to database 'blog']
DROP TABLE IF EXISTS wp_categoriesWordPress database error: [Access denied for user '**username**'@'localhost' to database 'blog']
DROP TABLE IF EXISTS wp_link2catWordPress database error: [Access denied for user '**username**'@'localhost' to database 'blog']
DROP TABLE IF EXISTS wp_post2catUpgrade Complete
Your WordPress database has been successfully upgraded!