From: Joe A. <jo...@ne...> - 2006-04-12 01:17:19
|
MySQL 4.1 and higher (I believe) creates different password hashes. I basically had to do this table insert from within the version of MySQL 3.x I'm using to create the row with a password hash that could be understood: INSERT INTO designer (username, password, fname, lname, realm, pdesign, pstatus, pdata, pall, pgroup, puser, disabled) VALUES ('root', PASSWORD('esp'), 'ESP', 'Superuser', 'superuser', 'Y', 'Y', 'Y', 'Y', 'Y', 'Y', 'N'); Time will tell whether my changes to mysql_populate.sql will work within 3.x. It might be wise to create a separate mysql_populate_3.x.sql script and include that with the distribution. ----------- Joe Auty NetMusician: web publishing software for musicians http://www.netmusician.org jo...@ne... |