Database error on Upgrade
-
I am getting a database error on my upgrade that is causing significant problems with the database.
I use Yahoo small business for my host, and they use MYSQL v.4+.
This is a significant problem. Yahoo does an automatic database backup of the MYSQL file periodically. When I checked, it indicated that it was from a few days ago.
However, when I tried to restore, the file is from 2005, and is very old.
Here is a link to my site: https://avianflu.futurehs.com/
I get a lot of traffic (15,000 – 25,000 visitors per week).
This is important to be able to get running.
Please help if possible, or give me some new ideas to try.
I have updgraded many times in the past. I went through the detailed upgrade instructions and tried to reinstall a second time, but the same error occurs.Here is the error that is displayed in several places:
WordPress database error: [Can’t open file: ‘wp_posts.MYI’ (errno: 144)]
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts WHERE 1=1 AND (post_type = ‘post’ AND (post_status = ‘publish’)) ORDER BY post_date DESC LIMIT 0, 10WordPress database error: [Can’t open file: ‘wp_posts.MYI’ (errno: 144)]
SELECT DISTINCT YEAR(post_date) ASyear
, MONTH(post_date) ASmonth
, count(ID) as posts FROM wp_posts WHERE post_type = ‘post’ AND post_status = ‘publish’ GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC
- The topic ‘Database error on Upgrade’ is closed to new replies.