
新增User出現41-digit hexadecimal加密問題
說明:
在Windows新的版本,使用新的加密方式,必需要更改新的加密方式:
old_passwords=0àoff
在Linux版本,是使用舊的加密方式。
Q1:Create User出現Password hash should be a 41-digit hexadecimal number:
mysql> CREATE USER 'testaccount'@'127.0.0.1' IDENTIFIED BY PASSWORD 'asdf';
ERROR 1372 (HY000):...