Re: 16 vs 41 byte password hashes

2006-01-19 Thread Gleb Paharenko
Hello. Most probably the reason is in old_passwords in your configuration file. You can check this with the following statement: show variables like 'old_passwords'; Gary Huntress wrote: > I have a new installation of MySQL 5.0 (I did not port an old ver). I > am running a Ruby on Rails appl

16 vs 41 byte password hashes

2006-01-18 Thread Gary Huntress
I have a new installation of MySQL 5.0 (I did not port an old ver). I am running a Ruby on Rails application that uses this db. I have grants for [EMAIL PROTECTED], root@"localhost" and root@'192.168.0.63'. The passwords for these 3 grants are old style 16 byte hashes. There was one single g