I recently rebooted our server (Solaris) and now I get "ERROR 1017: Can't find file: './path/to/table_name.frm'" from MySQL. I suppose maybe I should have shut down MySQL before rebooting the server. However, I didn't know this before. I can see all the .frm, .MYD, and .MYI files, but MySQL can't see them. And while in MySQL, I can do "show tables" and it workds, but a show columns or select command gives the error. Is there any way to get it to recognize those files?