I was recently trying to backup one of my databases over PuTTY/SSH for a server move. Using the following:
mysqldump -hlocalhost -uUSERNAME -pPASSWORD <DATABASE
I was getting the following error:
mysqldump: Got error: 1105: File ‘./Database-Names/table_comments.MYD’ not found (Errcode: 24) when using LOCK TABLES
I couldn’t find a work around at first and most search results kept coming […]










