MySQL 4.1.1 changed the way how password hashes were computed. Clients designed with older versions of MySQL could be made to work with post-4.1 servers by using another password function when setting the password (OLD_PASSWORD() instead of PASSWORD()). In this case you need to do the opposite but I am not sure if it is supported. Your best bet could be to upgrade MySQL or disable password checks altogether (if that is a viable option based on how exposed your MySQL is).
For more information, check here: http://dev.mysql.com/doc/refman/4.1/en/password-hashing.html -- bergek Transporter - Squeezebox 3 - Serener GS-L02 - Via EPIA SP8000 - Ubuntu 6.06 Server ------------------------------------------------------------------------ bergek's Profile: http://forums.slimdevices.com/member.php?userid=7805 View this thread: http://forums.slimdevices.com/showthread.php?t=32575 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
