-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
Hello @ds2k5 Start the mysql command line tool (acting here as Select your wavelog database (change the name accordingly) Then use this command to set the password to Now you can log normally with your username and the password |
Beta Was this translation helpful? Give feedback.
-
|
HI All MariaDB [WAVELOG_DB]> UPDATE users SET user_password = 'my_new_password' WHERE user_name = 'iu2plz'; but I can't login because my user result "LOCKED". I tried but querying the database I can't find the possibility to make a user unlock :( Alberto DRAGO |
Beta Was this translation helpful? Give feedback.
-
|
Hi @HB9HIL - was hoping for some guidance here. I was able to login last night, but can't this morning 😅. Checking your commands above, where exactly are you running the commands? Neither my Are your instructions intended for a native install, as opposed to a containerized install? Are you able to offer guidance for how to do the password reset for a containerized install instead? Thanks! |
Beta Was this translation helpful? Give feedback.
Hello @ds2k5
Start the mysql command line tool (acting here as
root, if you don't you have to specify the usersudo -u username -p mysql)Select your wavelog database (change the name accordingly)
Then use this command to set the password to
wavelog(set the correct username!)Now you can log normally with your username and the password
wavelog.Change your password immediately