MySQL Forums
Forum List  »  Newbie

mysql query not working in 8.0
Posted by: Taxiarchis Giannopoulos
Date: September 28, 2023 08:59AM

Hello,

I've got a table with an id, a username and a password. When I wanted to update the password in 5.6.51 I used the command update table set password=password('123') where id = '1'. Now this command is not working in version 8.0 How can I update the record with an encrypred password?
Thanks in advance
T. Giannopoulos

Options: ReplyQuote


Subject
Written By
Posted
mysql query not working in 8.0
September 28, 2023 08:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.