MySQL - Lost Connection?

AliasX Neo wrote:

I have no idea why I am getting this error. I have checked my database thoroughly and have found nothing wrong with it. I'm running MySQL 5.0, here is the exact error I am getting:

Mysql::Error: Lost connection to MySQL server during query: SELECT * FROM composers

Does anybody know how to fix this? Thanks.   

I had to swap my MySQL driver for that error to go away. I got that error while using the pure ruby driver, but with libmysql-ruby1.8 from Ubuntu/Debian it worked again.