Error: 2013 - CR_SERVER_LOST

  • Share
  • Share

Description:
Message: Lost connection to MySQL server during query

MySql-Client , , , , , , , , , , , , , , , , , , ,

  1. srinivas panguluri
    March 17th, 2009 at 14:57 | #1

    MySQL crashed while writing data, it seems the temporary file has been corrupt and probably deleted by the system in an attempt to correct itself. This isnt a problem as the data is stored in a much more secure way to prevent this, and MySQL is coded to directly stop this. But as the file is now gone, the server cant write to it like it wants to because its not there, Error 13 is “Permission Denied”. Now to fix it, Apache is already using our source files and a byte cacher is holding all our files and all has the old MySQL temporary file name, so you need to delete your current files, which will purge them from the cache, and then upload them again which will make fresh new entrys in the cache for the temporary storage. The temporary file is for holding data to be written to the database and its built like this so that this specific error cant happen to the database. This is highly unlikely to happen again, but then again it was highly unlikely to happen a first time.

  1. No trackbacks yet.