Hi,
My MySQL Server crashed yesterday and I repaired all the tables.. However now the server is performing about ½ it’s old speed. Is there anything I can do other than optimize the table?
-- Keith
Keith,
You could try Analyze Table and Optimize Table to see if that improves anything.
http://www.mysql.com/doc/en/OPTIMIZE_TABLE.html
The problem could also be a defragmented drive or if using Windows, lost chains (CHKDSK will fix it).
Mike
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]