adminer icon indicating copy to clipboard operation
adminer copied to clipboard

how to set a user password

Open axelhuizinga opened this issue 5 months ago • 3 comments

trying to set a database user password gives me: Password hash should be a 41-digit hexadecimal number how do I get the hash from my clear text password?

axelhuizinga avatar Sep 19 '25 08:09 axelhuizinga

I am going to be naive and ask: where? Through adminer SQL command? Or how is this connected to adminer.php?

Letme avatar Sep 19 '25 13:09 Letme

You must use a password encryption function. You can use mysql password function or use own script for build a crypted password.

cormansa avatar Sep 23 '25 10:09 cormansa

Specify your database server, version and the exact reproduce steps. Include screenshots.

vrana avatar Oct 27 '25 11:10 vrana