search for: ocsforum

Displaying 4 results from an estimated 4 matches for "ocsforum".

Did you mean: ocsforums
2006 Jan 12
6
Mysql::Error: Lost connection to MySQL server during query
I have been very VERY frustrated for the past week trying to solve a seemingly spurious problem with my Windows XP SP2 box with Ruby 1.8.2/Rails 1.0.0/MySQL 5.0.16 or 4.1.15 (yes, I tried both) installed running against a remote MySQL server that was either 3.23 or 4.1 (4.1.15 to be exact--we finally matched them both up to make sure that wasn''t the problem). So I post it here (as
2006 Mar 25
4
Trouble Running my new controller
I''ve got Apache2, MySql5 installed on fc5, and I got RoR installed and set-up the database.yml file with correct username/password, etc -- but RoR keeps complaining that it keeps losing connection; [code] Mysql::Error: Lost connection to MySQL server during query: SELECT COUNT(*) FROM categories [/code] What is wrong? Why does it lose connection to MySQL server? -- Posted via
2006 Apr 21
1
"Lost connection to MySQL server" error
Have things running great on my local webrick. Decided to set things up on the local server and I get this error: Mysql::Error: Lost connection to MySQL server during query: SHOW FIELDS FROM users RAILS_ROOT: script/../config/.. So I thought it might be struggling to connect to mysql, so I tried with sockets instead of port 3306. No difference unfortunately. I can connect successfully to
2006 Apr 03
16
Dealing with Application error (Rails) in production
Hi all, Week 2 working with Ruby on Rails... I have a working app in development that is now throwing a generic, "Application error (Rails)" message in production. How do I deal with this so I can find more information about why the error is being thrown in production, but not in development? Thanks! -- Posted via http://www.ruby-forum.com/.