The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Corrupted post table!
Hello, my post table is totally corrupted.
It should have many thousands of entries, and it shows 0. "Repair / Optimize Tables" failes with the following errors: Warning: Table is marked as crashed and last repair failed Warning: Size of indexfile is: 5221376 Should be: 1024 Error: Record-count is not ok; is 511476 Should be: 0 Warning: Found 511490 key parts. Should be: 0 Error: Corrupt And every page on the site craps out with the following errors: MySQL Error : MySQL server has gone away What do I do? I accept that I am gonna probably loose all my posts, but what can I do to get the site up and running again? Can I just dump and rebuild the POST table without loosing everything else, my member list, etc? Any help gratefully accepted! :erm: |
#2
|
|||
|
|||
First thing's first; do you have a recent backup of the database?
If not, oops. Do you have root access to the server? You'll need to run myisamchk from the command line. As root... - Shut down mysql. - Run: myisamchk -r -q /var/db/databasename/post.MYI (Obviously replace /var/db/databasename/post.MYI with the correct path to the post.MYI file. ) - If errors are repaired, start mysql. --------------- Added [DATE]1295544584[/DATE] at [TIME]1295544584[/TIME] --------------- Here's a good article: http://www.thegeekstuff.com/2008/09/...ing-myisamchk/ |
#3
|
|||
|
|||
You should run a key repair with the -o option from the cmd line, run a -r after the key recovery.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|