Inquiry Regarding OCOM Account Password Reset Command
Hello.
OCOM 5.2
OL 8.10
mysql 8.0.34
https://support.oracle.com/support/?anchorId=&kmContentId=1954240&page=sptemplate&sptemplate=km-article
I followed the procedure in the guide provided at the link to reset the OCOM account password. Using the command below, I was previously able to log in again with admin / oracle:
mysql vsp -e "update users set digest=md5('admin') where user_name='admin';"
However, when I try the same procedure now, I am no longer able to log in with admin / oracle after running the command.
Could you please let me know if there have been any changes to the guide or to the password reset method?