John Farkas wrote:

I am new to mysql so please excuse my ignorance.

I am running mysql on windows 2000 and have noticed that when a table is
opened to do an insert or update it is not closed after the query is
finished but is left open.
Then when I shut down the mysql server and do a myisamchk on the tables
they show up as damaged with the following message:

"1 clients is still using or has not properly closed this table"

Is this a bug? Is there something I can do to fix the problem?

Close the connection before quitting the application.


thanx in advance for any help,


John Farkas






-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to