-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
my_make_scrambled_password() is not part of the MySQL API #16
Comments
This should now be fixed in the 0.8.x branch. Please test if you're able. |
Hi again. I'm thinking of just releasing 0.8.1. Any feedback on that idea? (I've received "It works for me" for the latest version with the autoconf changes). Regards, Nigel |
Hi, I put some comments on commit 662940f 10 days ago, and still find them worth discussing. They mostly concern the generic use/presence of the embedded MD5 and SHA1 implementations. The |
Morning. Oh, I'm sorry. I'll look again. Thanks! Nigel |
The
my_make_scrambled_password()
function is exported by the MySQL client libraries "to provide backwards compatibility with applications that for legacy reasons use undocumented symbols". It isn't declared in the client header files.See https://bugs.mysql.com/bug.php?id=80974 and https://github.com/jedisct1/pure-ftpd/issues/37 for background. A reimplementation is available as well.
The text was updated successfully, but these errors were encountered: