Tables Missing ( new installation)
-
WordPress database error: [Table ‘tafreehm_blog.wp_categories’ doesn’t exist]
SELECT cat_ID, cat_name, category_nicename FROM wp_categoriesWordPress database error: [Table ‘tafreehm_blog.wp_post2cat’ doesn’t exist]
SELECT DISTINCT post_id FROM wp_post2catWordPress database error: [Table ‘tafreehm_blog.wp_categories’ doesn’t exist]
ALTER TABLEwp_categories
ADD INDEX (category_nicename
)WordPress database error: [Unknown column ‘user_nickname’ in ‘field list’]
SELECT ID, user_nickname, user_nicename FROM wp_usersWordPress database error: [Table ‘tafreehm_blog.wp_categories’ doesn’t exist]
SELECT * FROM wp_categories ORDER BY cat_IDWordPress database error: [Table ‘tafreehm_blog.wp_post2cat’ doesn’t exist]
SELECT post_id, category_id FROM wp_post2cat GROUP BY post_id, category_idWordPress database error: [Table ‘tafreehm_blog.wp_linkcategories’ doesn’t exist]
SELECT cat_id, cat_name FROM wp_linkcategories
Upgrade CompleteYour WordPress database has been successfully upgraded!
Continuethis is what i get on step of installation ??
and i did not write anything in here
define(‘DB_COLLATE’, ”);
please help
thankx
- The topic ‘Tables Missing ( new installation)’ is closed to new replies.