We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Team, i was struggling with PASSWORD() with mysql 8, can i change password hashing or there is a way to adapt ?
The text was updated successfully, but these errors were encountered:
Same question! We cant compile because of it!
Sorry, something went wrong.
@m-faraz thank you for highlighting that as well, i got stack on this and i haven't got any solution yet , Now trying to use old version of MYSQL
select CONCAT('*', UPPER(SHA1(UNHEX(SHA1('mypass')))))
as a replacement for PASSWORD function in users.sql Source: https://stackoverflow.com/a/60243956
No branches or pull requests
Hi Team,
i was struggling with PASSWORD() with mysql 8,
can i change password hashing or there is a way to adapt ?
The text was updated successfully, but these errors were encountered: