search for: mysql_rubi

Displaying 3 results from an estimated 3 matches for "mysql_rubi".

Did you mean: mysql_ruby
2006 Feb 12
2
Webrick very unstable with MySQL 5.0 on Windows
So, install Ruby and gem and then read the wiki post about getting MySQL working and installed that mysql.so into the right dirs, and actually everything works fine. Except that it''s unstable - after maybe 4 or 5 queries, Webrick will crash with a segmentation fault in basically a random module - never the same spot. Anyone got any suggestions? Is it just the mysql.so - does it need to
2006 Apr 07
2
minor issue with mysql/ruby - major headache
i hope its minor, i''m running lighty1.4x ruby 1.8x mysql 5.0.1x and i can see my rails app on 127.0.0.1:3000 but if i try run a app with database connection (scaffold) i get this error NameError in Message#index uninitialized constant Mysql RAILS_ROOT: ./config/.. Application Trace | Framework Trace | Full Trace
2005 Dec 28
1
Windows "Lost connection to MySQL server during query"
With previous versions of active record (prior to version 1.13.2), one could simply comment out the "require ''active_record/vendor/mysql411''" line in mysql_adapter.rb to fix this problem when you weren''t (and/or couldn''t) use the native mysql bindings. However, this line no longer exists, and I''m stuck on getting any sort of applicatino