Created 07-23-2020 08:06 AM
Hello
I would like to know
Database version: Mysql 5.7.29
CM version: 6.3.x
Authentication method for the "Authentication Backend Order": External then Cloudera Manager
Thanks in advanced!
Created 07-23-2020 12:14 PM
@Selene Please take a backup of database and then you can follow below steps:
SELECT password_hash, password_salt FROM users WHERE user_id = 1;
update USERS set password_hash='2518db3278f704558ece63f469af87a7c12dbad8ff0971d3b677e291d61b44fc', password_salt=-5792243850706636683 WHERE user_id = 1;
Created 07-23-2020 12:14 PM
@Selene Please take a backup of database and then you can follow below steps:
SELECT password_hash, password_salt FROM users WHERE user_id = 1;
update USERS set password_hash='2518db3278f704558ece63f469af87a7c12dbad8ff0971d3b677e291d61b44fc', password_salt=-5792243850706636683 WHERE user_id = 1;