Created on 08-15-2016 11:03 PM - edited 09-16-2022 03:35 AM
Hi,
I am trying to login to my mysql prompt on HDP 2.5. Its doesn't allow me to login. Not sure whats the password set on it.
please find the attached.
Any help is highly appreciated.
Thanks,
Sujitha
Created 08-16-2016 09:58 AM
@sujitha sanku : "hadoop" is the root password of mysql server in HDP 2.5 sandbox.
Created 08-15-2016 11:33 PM
set the new password for root user using the following command
mysqladmin -u root -h localhost password 'newpassword'
Created 08-16-2016 09:58 AM
@sujitha sanku : "hadoop" is the root password of mysql server in HDP 2.5 sandbox.