Dialupadmin and Mysql 5.0.18

Jorgen Rosink jrosink at gmail.com
Mon Jan 30 19:32:34 CET 2006


On 1/30/06, Paolo Pellicori <p.pellicori at waitalia.com> wrote:
>
>
>
> Hi, Questions:
>
>  I have upgrade mysql from ver 4 to 5.0.18 but dialupadmin it does not work
> more: (
>
>
>
> how I can resolve?

Fix It ?

No offence, but if you think your problem is serious, take the people
that could answer it serious to. Just "it does not work more :(" isn't
that helpfull.

But hey, I give it a try:

One of the most common errors when upgrading MySQL from 4.0 to 4.1 or
>5 is the new password hash method used by the latter ones. If your
application, like FreeRadius, is build with the "old" MySQL client
libs (< 4.1) it can only connect to MySQL with the "old" short
password hash. By default the recent MySQL versions only accept the
"new" long password hash by default, to make them understand the
shorts ones, add the following line to your MySQL configuration
(/etc/mysql/my.cnf)

----------------------8<-----------------------

old_passwords   = 1

----------------------8<-----------------------


See also http://dev.mysql.com/doc/refman/5.0/en/password-hashing.html.

If this doesn't work for you, there's another problem, in that case
please be more specific...




More information about the Freeradius-Users mailing list