From: Date: October 6 2005 12:19am Subject: mysql_real_query failed: Can't find file: ... .frm (errno: 24) List-Archive: http://lists.mysql.com/mysql/190074 Message-Id: <4344516E.9040702@kiwiplan.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I am running an application using the C-API against mysql 4.0.20 on a redhat AS 3 server. The users using this application are getting numerous (and seemingly random) query errors. Has anyone seen these before? The frm files do exist. It's not from just this table. mysql_real_query failed: Can't find file: './sqllive/XHEAD.frm' (errno: 24) The query for this particular error was: select max(id) from XHEAD Regards, Ian.