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)))
anyquery tool mysql-password [flags]
Examples
echo "password" | anyquery tool mysql-password
Options
-h, --help help for mysql-password
SEE ALSO
- anyquery tool - Tools to help you with using anyquery