[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

problem with rails

Mark VanOrman

12/1/2004 4:11:00 AM

Hi,
I'm having some problems connecting rails to my mysql 4.1.1-alpha db. The
error reads "Client does not support auth protocol....consider upgrading
mysql client"

I found this link:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-t...

But they are just avoiding the problem with passwordless entry. Does anyone
know of a better solution?



Thanks,

Mark
2 Answers

James Britt

12/1/2004 4:27:00 AM

0

Mark VanOrman wrote:
> Hi,
> I'm having some problems connecting rails to my mysql 4.1.1-alpha db. The
> error reads "Client does not support auth protocol....consider upgrading
> mysql client"
>
> I found this link:
> http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-t...
>
> But they are just avoiding the problem with passwordless entry. Does anyone
> know of a better solution?

I had the same issue, and there is a way to tell MySQL to use a
different password obscuring scheme.

http://lists.mysql.com/my...


James



Mark VanOrman

12/1/2004 4:45:00 AM

0

Thanks!


James Britt wrote:

> Mark VanOrman wrote:
>> Hi,
>> I'm having some problems connecting rails to my mysql 4.1.1-alpha db.
>> The
>> error reads "Client does not support auth protocol....consider upgrading
>> mysql client"
>>
>> I found this link:
>> http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-t...
>>
>> But they are just avoiding the problem with passwordless entry. Does
>> anyone know of a better solution?
>
> I had the same issue, and there is a way to tell MySQL to use a
> different password obscuring scheme.
>
> http://lists.mysql.com/my...
>
>
> James