- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Mysql database error:
- Labels:
-
Hortonworks Data Platform (HDP)
Created on ‎08-15-2016 11:03 PM - edited ‎09-16-2022 03:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@sujitha sanku : "hadoop" is the root password of mysql server in HDP 2.5 sandbox.
Created ‎08-15-2016 11:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@sujitha sanku : "hadoop" is the root password of mysql server in HDP 2.5 sandbox.
