Mysql::Error: Lost connection to MySQL server during query: SELECT *
FROM composers
Does anybody know how to fix this? Thanks.
Cheers,
- Josh
--
Posted via http://www.ruby-forum.com/.
--
Erlend Simonsen
http://www.clockingit.com
- Roderick
I'm running on Windows XP Pro with MySQL 5.0. Where can I find an
alternative for Windows?
sudo gem install mysql -- --with-mysql-dir=/usr/local/mysql
I think that's the lower level mysql interface. Sorry I seem so
unsure, just running off the top of my head.
Tim
sudo gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
I doubt this applies to you, Josh, but there it is just in case.
Jason Garber
And which MySQL/Ruby adapter are you using? You could try the one I'm
offering at http://www.vandomburg.net/pages/mysql-ruby-windows. Let me
know if that resolves your issues.
- Roderick