Quote:
Originally Posted by HossMon
It may have altered a table and currupted it on uninstall,
SSH into your server and run
mysqladmin flush-hosts
mysqladmin flush-tables
mysqladmin flush-threads
Then Stop mysqld
/etc/rc.d/init.d/mysql stop (may not be same on your server)
CD to your database dir
cd /var/lib/mysql/(yourdb)
And run
myisamchk -m *.MYI
Repair any tables that need so
myisamchk -B -r force_read_users.MYI
|
help a n00b out.. what does all this mean ? lol