From: "Ralf Müller" Date: 2005-05-27T21:32:05+09:00 Subject: Re: MySQL-Ruby On Fri, 27 May 2005 04:51:05 +0900 Marcelo Paniagua wrote: > Thanks! just checking...Last time I used it there was some > authentication issue and I was told that it only worked with 4.0 > > Marcelo > > simonced escribi�: > > >I'm using it with Mysql 4.1.10 and it rocks ! > >I'm on windows XP :-( on Ruby 1.8.2 MySQL changed the authentification from 4.0.* to 4.1. You can see that directly, if you look at the table 'user' in database 'mysql' -> the encrypted passwords are much longer. Maybe http://dev.mysql.com/doc/mysql/en/old-client.html can help you. i had the same problem with my php-installation. so i think the problem is not mysql-ruby itself. I use it together with dbi for mysql versions 4.1.10, 4.1.0 4.1.11, 4.0.20, 4.0.13, 5.0.04 work perfectly regards ralf