ksmppd
ksmppd copied to clipboard
PASSWORD() was removed in mysql 8
Hi Team, i was struggling with PASSWORD() with mysql 8, can i change password hashing or there is a way to adapt ?
Same question! We cant compile because of it!
@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