February 5th, 2006, 11:40 AM
-
What does "2 clients are using or haven't closed the table properly" mean?
I was in phpMyAdmin and ran a check against my tables, and received this message on several of my tables:
"2 clients are using or haven't closed the table properly"
I was curious as to what might cause this, I think I know what it means, but don't know how to stop this from happening.
February 5th, 2006, 12:11 PM
-
Here's a doc page on the issue that can explain better than I can. In short, though, you should run a REPAIR on the tables indicated, and if it keeps happening, use the list on that page to help figure out what's happening.
Comments on this post
February 5th, 2006, 01:30 PM
-
THanks, I ran the repair and will continue to monitor to see what happens.