Menu

#58 Changes for MySQL 4.1.x

open
nobody
None
5
2012-11-11
2005-12-14
Jim Durrell
No

I encountered problems installing against MySQL 4.1.x.

First, the .ddl files needed to be edited to remove the
default value specifications when defining a column
that was also auto_increment. The MySQL document
indicates these are incompatible.

Second, the password field in Users is too short for
the new encryption. As a result, hashed passwords are
being truncated when stored and logins subsequently
fail due to a mismatch of hashed values in
lib-mgmt.inc. Altering the table to use 64 characters
for the password field solved the problem.

Discussion


Log in to post a comment.