similar to: ruby-1.8.7 + mysql-5.1.58 = Mysql::Error: #08S01Bad handshake

Displaying 20 results from an estimated 1000 matches similar to: "ruby-1.8.7 + mysql-5.1.58 = Mysql::Error: #08S01Bad handshake"

2011 Sep 25
2
Noob Rails patcher - problems running the sqlite3 tests...
Hi, I am following the guide here: http://guides.rubyonrails.org/contributing_to_ruby_on_rails.html I have an ubuntu 11.04 VM setup, installed rvm, and ruby (ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]). Pulled down the rails from github and created a 3.0 branch: $ git branch --track 3-0-stable origin/3-0-stable $ git checkout 3-0-stable I can run the non-db tests ok, all pass
2012 Mar 13
0
#08S01Bad handshake
Hi, My RoR webapp was working fine until this morning. I run the App on a Ubuntu 10.04.4 LTS server and nothing seems to have changed during the night but now I get a #08S01Bad handshake everytime the App tries to access MySQL. Apache is running fine The MySQL server is running fine as I can access it via phpMyAdmin and via an Access frontend I googled a lot but nothing helped much until now.
2011 Nov 07
2
Problem with Rails3.1.1 in mass_assignment_authorizer
By accident I had Rails-3.1.1 installed by bundler. However, when I discovered this mishap during my feature run I encountered this error in many places: wrong number of arguments (1 for 0) (ArgumentError) /home/byrnejb/.rvm/gems/ruby-1.8.7-p352/gems/activemodel-3.1.1/ lib/active_model/mass_assignment_security.rb:209:in `mass_assignment_authorizer''
2011 Nov 22
7
rake aborted with ruby on rails
when i run * rake db:create* * * WARNING: ''require ''rake/rdoctask'''' is deprecated. Please use ''require ''rdoc/task'' (in RDoc 2.4.2+)'' instead. at /home/vishnu/.rvm/gems/ruby-1.8.7-p352-D9TI4Ms3gBgeRYYz77F+sQ@public.gmane.org/gems/rake-0.9.2.2/lib/rake/rdoctask.rb DEPRECATION WARNING: Rake tasks in
2008 Sep 12
1
restful_authentication rspec failures "Mysql::Error: Incorrect datetime value:"
I am getting 193 failures that all have "Mysql::Error: Incorrect datetime value:" how do i fix this??? i am new to rspec and restful_auth, so if i am doing something wrong, let me know!!! windows xp rails 2.1.1 rails testproject cd testproject # create my databases and edit database.yml git init git submodule add git://github.com/dchelimsky/rspec.git vendor/plugins/ rspec git
2012 Feb 27
0
Rails 3.1 and SQLite3
I am getting this message when running my tests against RoR-3.1 .rvm/gems/ruby-1.8.7-p352/gems/activerecord-3.1.1/lib/active_record/ connection_adapters/abstract/connection_specification.rb:71:in `establish_connection'': Please install the sqlite3 adapter: `gem install activerecord-sqlite3-adapter` (sqlite3 is not part of the bundle. Add it to Gemfile.) However, I already have this in my
2006 Dec 01
1
Starting...
Hi all! I am new in RoR and I am with a doubt that can be stupid but I thank any aid. I am with a server and necessary to publish a RoR application, it was accustomed with php that public_html was necessary only to place the archives in the folder but in RoR I do not make nor idea. The staff who installed the RoR for me there ordered me log so that he can know oq was installed, lacks some thing?
2006 Mar 28
3
compiling php with fcgi on tiger
I can''t figure out how to compile php with fcg enabled. I found a website which gives an example of how to write options in configure http://scoops.totallyrule.com/articles/2006/02/01/mysql5-ab-package-and-php5 So I wrote ./configure --prefix=/usr/local --program-suffix=5 --enable-fastcgi --enable-discard-path --enable-force-cgi-redirect --with-mysqli=/usr/local/mysql/bin/mysql_config
2000 Aug 29
3
samba install, help with
Howdy: I have a samba install (2.0.3) that I never got to work. I now have /home/gelmce/samba-2.o.7.tar.gz. In what directory should I be when I tar -xzvf /home/gelmce/samba-2.0.7.tar.gz ? Chuck
2002 Jul 31
0
Re: [sqwebmail] vpopmail+mysql and sqwebmail authentication problems]
Dave Hall wrote: > THanks for the ideas. I haven't heard from anyone else yet, and hope that > someone on this list has done this before. I have tried multiple options > without any luck, and have a tough time understanding what else to try based > on the provided INSTALL documentation. > > Thanks > Dave > > >>-----Original Message-----
2009 Mar 11
3
install rubygems
i install ruby 1.8.8 on ubuntu and when i install rubygem by code are: > wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz >tar xzvf rubygems-1.3.1.tgz >cd rubygems-1.3.1 but i used this command is > sudo ruby setup.rb i get error is >/home/test/rubygems-1.3.1/lib/rubygems/version.rb:53:in `initialize'': Malformed version number string 1.8.8.-1
2014 Mar 10
1
Fail to install libvirt
Hi all, I am trying to install libvirt from source code(I have some version of libvirt installed before and I intend to overwrite it), my workflow is shown below, #!/bin/sh apt-get install gnutls-bin libgnutls-dev -y apt-get install libxml++2.6-2 libxml++2.6-dev -y apt-get install libdevmapper-dev -y apt-get install libpciaccess-dev -y apt-get install python-dev -y apt-get install libnl-dev -y
2010 Mar 01
1
GPC file
Hi, I have a tar.gz file. Using $tar -xzvf 'filename', I untarred the file. However, I found that the content is .PGC files (e.g. ISCCP.D2.0.GLOBAL.1983.07.99.0000.GPC ). I have tried to search for analysis of gpc data file in R. I have not been successful to get a good tip. I would be pleased if anybody could tell me if gpc analysis is implemented in R. Is there a program I must first
2010 Mar 16
2
Problem in installing ncdf package
Dear R communities Could you please help me with the problem I encounter while trying to install the ncdf package? download.packages("ncdf", "/home/user/soft/R/library/") cd /home/user/soft/R/library R CMD INSTALL ncdf_1.6.tar.gz # fail sudo R CMD INSTALL ncdf_1.6.tar.gz # fail cd /home/user/soft/ # download
2010 Oct 14
1
installing grid package
Hi all, I can't understand why grid package failed to installed on my machine. Can anybody have a look and advice on where I am missing it. My R version is 2.9.2. After untarring: tar xzvf grid_0.7-4.tar.gz, I tried to configure or make but none worked, 'no such files'. I have also tried using : sudo R CMD INSTALL /home/ogbos/Desktop/goo/grid_0.7-4.tar.gz which also resulted in the
2006 Jul 10
2
FirewallBuilder
Hi, I need some help about : I just install Centos 4.3 and I would like to install a FirewallBuilder software. 1. Where i can get FirewallBuilder .rpm for Centos 4.3 ? 2. I tried install fwbuilder-2.0.12.tar.gz and libfwbuilder-2.0.12.tar.gz like this : tar -xzvf libfwbuilder-2.0.12.tar.gz cd libfwbuilder-2.0.12 ./autogen.sh It's not work I receive a error : Found GNU Make at
2003 May 08
6
Problems with H323
Does anybody know a place where I can download a working PWLIB and H323? The files at www3.openh323.org are not in gzip format (according to the error message I receive) gunzip: pwlib_1.4.11.tar.gz: not in gzip format I have also tried using the tar -xzvf command, and that gives the following error: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error exit delayed from
2006 Apr 09
2
Substruct v0.6
I just put the finishing touches on Substruct v0.06. As always, you can check out a demo over at http://substruct.subimage.com/ What''s new? Version 0.6 --------------------------------------- Added: - Tagging for products - Maintenance of product tags - Automatic image thumbnail / small size creation via RMagick Updated: - Better shopping cart experience with AJAX cart
2008 May 27
4
why there is no liblua5.1.so in /usr/lib?
hello all: I want to install ModSecurity v2.5.4 in my system. I do the following setup to install the lua tar -xzvf lua-5.1.3.tar.gz cd lua-5.1.3/src make linux cd .. make install The ModSecurity ask me to add "LoadFile /usr/lib/liblua5.1.so" to the http.conf,but there is no liblua5.1.so in /usr/lib. I have search it and i didn't find the solution. Can any one tell me why
2013 Nov 04
1
extremely slow NFS performance under 6.x [SOLVED]
I've posted here about this a number of times. The other admin I work with had been playing with it recently, with some real problems we'd been having, and this time, with a year or so's more stuff to google, and newer documentation, found the problem. What we'd been seeing: cd to an NFS-mounted directory, and from an NFS-mounted directory, tar -xzvf a 25M or so tar.gz, which