I used Xampp yesterday to create some simple Web-based utility tool. Today I wanted to continue working on it but xampp control panel gave me some weir errors.
This
Run these two queries:
CHECK TABLE `users`
and
CHECK TABLE `db`
Run the following query for the damaged table
REPAIR TABLE `users`
and/or
REPAIR TABLE `db`