01-12-2010, 09:04 PM
melonforge
2008-10-31 12:33:59 PDT
Hello - is anyone else using MySQL5 and having a problem with the password hash being different from MYSQL4 and therefore all logins are no longer valid? Any workarounds suggested? The old-password setting in Mysql.conf would apply to the entire server, and it will eventually degrade anyway, so I'm hoping that there is a more sustainable solution.
Thanks
jonathanwminer
2008-11-03 06:51:29 PST
Sorry... I've never migrated ODM from one database version to another. There is a good reference to the MySQL password() function here:
<!-- m --><a class="postlink" href="http://dev.mysql.com/doc/refman/5.0/en/password-hashing.html">http://dev.mysql.com/doc/refman/5.0/en/ ... shing.html</a><!-- m -->
Maybe that will help answer your question?
2008-10-31 12:33:59 PDT
Hello - is anyone else using MySQL5 and having a problem with the password hash being different from MYSQL4 and therefore all logins are no longer valid? Any workarounds suggested? The old-password setting in Mysql.conf would apply to the entire server, and it will eventually degrade anyway, so I'm hoping that there is a more sustainable solution.
Thanks
jonathanwminer
2008-11-03 06:51:29 PST
Sorry... I've never migrated ODM from one database version to another. There is a good reference to the MySQL password() function here:
<!-- m --><a class="postlink" href="http://dev.mysql.com/doc/refman/5.0/en/password-hashing.html">http://dev.mysql.com/doc/refman/5.0/en/ ... shing.html</a><!-- m -->
Maybe that will help answer your question?