search for: mysql411

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

Did you mean: mysql4.1
2005 Feb 13
6
Apache config help needed
Hi all, I''m (STILL) plugging away trying to get rails to work under Apache2 Rails 0.9.5 Apache 2, OS Mandrake Linux 10.1 Apache is already running other stuff on /pluto/ and /localhost/ so I wish to install a new virtual host for rails to avoid upsetting anything. Added rails to my hosts file, and edited conf/Vhosts.conf to contain NameVirtualHost 192.168.0.254 <VirtualHost
2005 Nov 16
4
What happened to mysql connection?
...he following error: Errno::ENOENT in <controller not set>#<action not set> No such file or directory - /tmp/mysql.sock RAILS_ROOT: ./script/../config/../ Application Trace | Framework Trace | Full Trace /opt/local/lib/ruby/gems/1.8/gems/activerecord-1.13.0/lib/ active_record/vendor/mysql411.rb:43:in `initialize'' /opt/local/lib/ruby/gems/1.8/gems/activerecord-1.13.0/lib/ active_record/vendor/mysql411.rb:43:in `new'' /opt/local/lib/ruby/gems/1.8/gems/activerecord-1.13.0/lib/ active_record/vendor/mysql411.rb:43:in `real_connect'' /opt/local/lib/ruby/gems/1.8/ge...
2005 May 22
1
ActiveRecord: can not connect to mysql
...ng: (...) interpreted asgrouped expression /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.10.1/lib/active_record/connection_adapters/oci_adapter.rb:103: warning: ambiguous first argument; put parentheses or even spaces /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.10.1/lib/active_record/vendor/mysql411.rb:106: warning: discarding old connect /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.10.1/lib/active_record/vendor/mysql411.rb:163: warning: method redefined; discarding old change_user /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.10.1/lib/active_record/connection_adapters/abstract_adapter....
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 using plain-jane activerecord to do anything. Has ther...