Jeff,
Actually, IÂve never had such problem. IÂm just afraid of it because IÂve read some issues about corruption in MySQL tables and the own MySQL Manual says that exist a command just to repair MyISAM tables (myisamchk - http://dev.mysql.com/doc/mysql/en/Table_maintenance.html).
Once I dealing with hangs problems with MySQL + FreeBSD-4.x, IÂm afraid that the table could crashs when MySQL hangs... :-/
Ronan
Never had table corruption, though I have had index corruption in myisam tables many times on sound hardware. Usually, this is due to an unclean shutdown, though I have seen it happen other times when the server is supposedly running with no problems. A repair table tablename always fixes the problem.
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]