I getting this error on my project Mysql::Error: Lost connection to MySQL server during query: SHOW FIELDS FROM ... i think that it''s because the mysql database don''t allow persistent connections ..... any idea? thanks -- _________ Noel R. Morais
Do you have the ''mysql'' gem installed? On 3/30/06, Noel R. Morais <noelrocha@gmail.com> wrote:> I getting this error on my project > > Mysql::Error: Lost connection to MySQL server > during query: SHOW FIELDS FROM ... > > > i think that it''s because the mysql database don''t allow persistent > connections ..... > > any idea? > > thanks > -- > _________ > Noel R. Morais > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- http://www.michaelgorsuch.org
Here is what I get when I try to install the mysql gem on WinXP. Any ideas? This was working when I was running 0.14 Rails. 1.1 just broke it. H:\dev>"h:\dev\ruby\bin\ruby.exe" "h:\dev\ruby\bin\gem" install mysql Attempting local installation of ''mysql'' Local gem file not found: mysql*.gem Attempting remote installation of ''mysql'' Updating Gem source index for: http://gems.rubyforge.org Building native extensions. This could take a while... ERROR: While executing gem ... (RuntimeError) ERROR: Failed to build gem native extension. Gem files will remain installed in h:/dev/ruby/lib/ruby/gems/1.8/gems/mysql-2.7 for inspection. ruby extconf.rb install mysql\nchecking for mysql_query() in mysqlclient.lib.. . no checking for main() in m.lib... yes checking for mysql_query() in mysqlclient.lib... no checking for main() in z.lib... no checking for mysql_query() in mysqlclient.lib... no checking for main() in socket.lib... no checking for mysql_query() in mysqlclient.lib... no checking for main() in nsl.lib... no checking for mysql_query() in mysqlclient.lib... no Results logged to h:/dev/ruby/lib/ruby/gems/1.8/gems/mysql-2.7/gem_make.out Michael Gorsuch wrote:> Do you have the ''mysql'' gem installed? > > On 3/30/06, Noel R. Morais <noelrocha@gmail.com> wrote: >> >> >> > > > -- > http://www.michaelgorsuch.org-- Posted via http://www.ruby-forum.com/.