saush

Lost connection to MySQL server during query problem

Posted in Rails, Ruby by sausheong on June 13, 2006

For a while I got this error message : “Lost connection to MySQL server during query” which was pretty irritating as it randomly works or not work. Apparently it’s an issue with the MySQL adapter in Ruby and there are a couple of fixes for it.

Some explanation from the Rails wiki

This post from Roderick explains it well for Windows and it worked pretty well for me.


Leave a Reply