Ruby on Rails – Mysql::Error: Lost connection to MySQL server during query:
Thursday, September 14th, 2006I was getting the following error message when trying to get a rails app working ‘Mysql::Error: Lost connection to MySQL server during query:’ It turned out that the mysql gem was not installed properly. I thought I had installed it, but it turns out that because I did not have the libmysqlclient-dev [...]