CLI Method #
- Log in via ssh (see Document KB579370)
- after you have received shell access, run the following command:
mysql vsp -e "update users set digest=md5('admin:oracle') where user_name='admin';"
- if you entered the password incorrectly too many times and got “Your account has been suspended.” run as well:
mysql vsp -e "update users set disabled=0, login_attempts=NULL where user_name='admin';"
- then you will be able to login as admin with password: oracle