Database error upon “successful” install
-
I’m trying to restore a previously installed WP blog on my site and after the installation page (which requests a blog title and e-mail address) it loads the install.php?step=2 portion and tells me that the installation was successful and states a username (admin) and password – AFTER over 50 page scrolls of database error messages.
Example:WordPress database error: [Table ‘blog.wp_comments’ doesn’t exist]
DESCRIBE wp_comments;WordPress database error: [Table ‘blog.wp_comments’ doesn’t exist]
SHOW INDEX FROM wp_comments;WordPress database error: [Table ‘blog.wp_links’ doesn’t exist]
DESCRIBE wp_links;My hosting service recently had a hardware failure during which everything on my site, including the original blog, was down. When I was finally able to access my hosting control panel I found everything in order (including the entries in the wp_config.php file, the wp_content folder even contained videos and images from before the downtime). But when I checked into my PHP and SQL admin, i saw that while the database contained the same name as before and the mysql user information was the same, the DB was devoid of tables and the password had changed. I restored the old password but left the DB as it is. From what I can recall WP installation will automatically generate the tables in the DB… or so I thought. I know there’s a plethora of possible causes from everything I’ve described, but while I’m trying to get my hosting service to retrieve my old mysql stuff, I’m still somewhat okay with not having the old stuff back and starting afresh – something that is looking hard to achieve at the moment.
Any ideas?
- The topic ‘Database error upon “successful” install’ is closed to new replies.