Hi,
I use php to update my MySQL database. After I run php script, I check
my table using myisamchk
and myisamchk always report a warning
warning: 1 clients is using or hasn't closed the table properly.
I check my scripts and I always use mysql_close() at the end of the script.
Any idea how to avoid this warning?
thanks
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]