Skip to content

anyquery tool mysql-password

Hash a password from stdin to be used in an authentification file

Synopsis

Hash a password from stdin to be used in an authentification file. The password is hashed using the mysql_native_password algorithm which can be summarized as HEX(SHA1(SHA1(password)))

Terminal window
anyquery tool mysql-password [flags]

Examples

Terminal window
echo "password" | anyquery tool mysql-password

Options

Terminal window
-h, --help help for mysql-password

SEE ALSO