adminer
adminer copied to clipboard
how to set a user password
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?
I am going to be naive and ask: where? Through adminer SQL command? Or how is this connected to adminer.php?
You must use a password encryption function. You can use mysql password function or use own script for build a crypted password.
Specify your database server, version and the exact reproduce steps. Include screenshots.