View Single Post
Old 10-16-2004, 12:04 PM  
JSA Matt
So Fucking Banned
 
Join Date: Aug 2003
Location: San Diego, CA
Posts: 5,464
Looks like your tables are corrupt, try running the REPAIR command on them or if you have root do this:

Kill the mysql process and make sure it is not running (mysqld)... you can either use the mysql.sh stop command or kill PID

cd into the directory where your database files are located and run

myisamchk -r */*.MYI

this should repair all your indexes
JSA Matt is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote