Use phpmyadmin and run a repair a couple times.
or
If you have ssh access to run mysql commands as the above remedy didnt work:
cd to you db folder - typically /var/lib/mysql/dbfoldernamehere
myisamchk -r *
myisamchk -o *
then run a repair using phpmyadmin
No members have liked this post.
|