peter1234
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Urgent Help – Whole blog wiped outThank you both SOO much!!!
The WP-DBManager plugin’s backup part ended up failing because of the corrupted table, but I used the WP-DB-Backup plugin which allowed me to skip that table and back up the rest.
Then for repairing the database, the WP-DBManager wanted to repair all the tables by default so instead of manually unchecking repair on the 400 working tables I just used phpmyadmin which was easier. And presto! The whole blog was working again. Then once the table was repaired, I IMMEDIATELY backed it up and breathed a sigh of relief.
Here is the message the repair sent me:
myblogs.wp_23_posts repair info Found block that points outside data file at 61495…
myblogs.wp_23_posts repair info Found block that points outside data file at 61521…
myblogs.wp_23_posts repair warning Number of rows changed from 2158 to 2157
myblogs.wp_23_posts repair status OKSo what do you think happened? Does it look like it went over a size limit? I forget what the table limits are but isn’t there a common cap on 65k or something? It looks like it was about at that magic number. I also noticed the number of rows went down by 1 so I’m sure the last post was deleted but that’s fine.
Again, thank you both so much.
Forum: Networking WordPress
In reply to: Urgent Help – Whole blog wiped outWell I tried so many different ways to make a backup and each way kept failing because that ONE table was corrupt. I even did a mysql dump of the whole DB and the backup came up blank because I guess it pre-scans all the tables and saw a corrupt one.
After all that I ended up installing and using the WP-DB-Backup plugin. It let me choose which tables to backup, and I selected all of them but the wp_23_posts table. So I have a backup of at least everything except the corrupt table. I tried making a separate backup of just that corrupt table to triple check and it failed too. I’m going to try repairing it now, I think that one table is going to be history, better that than the other 400 tables.
Forum: Networking WordPress
In reply to: Urgent Help – Whole blog wiped outThanks both of you. I tried doing a phpmyadmin backup but export.php is missing, just my luck. Then I did a backup straight from the server running Plesk Control Panel and it failed once it got to the corrupt table, not sure if it skipped that table and backed up the rest, I’m trying to download the backup and verify. Anyway, I’m going to try and get this resolved tomorrow when my eyes aren’t fuzzy.
Forum: Networking WordPress
In reply to: Urgent Help – Whole blog wiped outThank you so much kenrik, I think we’re on to something. Not sure if it’s fixable but it’s worth a shot.
Okay I am using MySQL command line. I found the ID of this blog to be ID 23 and I just ran this command to show the table structure:
desc wp_23_posts;
and it gave me this:
ERROR 145 (HY000): Table ‘./myblogs/wp_23_posts’ is marked as crashed and should be repairedI ran a desc to see the table structure on all the other tables with 23 as the ID and they don’t give that message. Only the wp_23_posts table crashed. Any ideas now?
Forum: Networking WordPress
In reply to: Urgent Help – Whole blog wiped outNo backups. I just started working here and they have absolutely no backups of anything.
So does it sound like the posts are gone for good? The comments are still there, just the posts aren’t. And the blogger said he thinks the 14MB storage sounds about like what he was using before his posts went missing so it kind of sounds like the posts could be there. I’m not sure how WordPress works behind the scenes, but maybe just the database pointer got unlinked.
I went looking in the database to see if I could find the content but WordPress has over 400 tables in the database so it’s like finding a needle in a haystack.
Should I have him post a new dummy post to see what happens? I didn’t know if that would wipe out the posts for certain.