Page 1 of 1

New XAMPP, Old MySQL?

PostPosted: 17. October 2005 17:10
by lemoineo
Version XAMP 1.4.16 with MYSQL 4.1.15
where the column password for the mysql.user table as varchar(16) instead of varchar(41) !
This problem block a connection whis a user/pass that whas crypted with the new style of haching password !

PostPosted: 17. October 2005 21:55
by keisko
I think they will release new version of xampp, because Apache 2.0.55 and 2.1.8-beta has been released..

PostPosted: 18. October 2005 11:50
by Wiedmann
lemoineo wrote:where the column password for the mysql.user table as varchar(16) instead of varchar(41) !

That is the way intended from us.

lemoineo wrote:This problem block a connection whis a user/pass that whas crypted with the new style of haching password !

Not really possible? Because your client knows that he must use the old password hashing.


keisko wrote:I think they will release new version of xampp, because Apache 2.0.55 ... has been released.

You are right. In the next days i think. (Apache 2.0.55 and OpenSSL 0.9.8a)

always not in xampp-win32-1.5.5.zip

PostPosted: 07. December 2006 19:25
by lemoineo
In the new version 1.5.5 , the same problem is here ...
the column password of the user table is set with varchar(16)
and where the length is set to varchar(41),
bof, no more access to phpmyadmin to put the password of root or another user with the new style of password ...
i'm not blocked, i replace the mysql directory by an old installed from another package and go on !!

Thank you for your package !!!