Knowledge map advanced must read: read how large-scale map data efficient storage and retrieval>>>
When MySQL creates a user (including password), it will prompt error 1372 (HY000): password hash should be a 41 digital hexadecimal number
Problem reason: the password you entered is clear text. This is not allowed
Solution: use Select password (‘the password you want to enter ‘); Find out the string corresponding to your password
Then use this string to replace your password in the create user command
Similar Posts:
- [Solved] Error 1054 (42s22) unknown column ‘password’ in ‘field list’ when updating the password of mysql5.7 or above
- Solutions to Ubuntu forgetting password and root password
- [Solved] Oracle sql Use sys_guid() to Generate 32-bit id garbled
- Git pull code authentication failed with error: fatal: authentication failed for “XXXX”
- svn: Authorization failed
- [How to Solve] for the right syntax to use near ”X”
- [Solved] MYSQL Install and Login Error: Access denied for user ‘ODBC’@’localhost’ (using password: NO)
- sudo: /etc/sudoers is world writable sudo: no valid sudoers sources found, q…
- [Solved] Access denied for user ‘ODBC’@’localhost’ (using password: NO)
- [Solved] Git Error: could not read Username for ‘https://github.com’: terminal prompts disabled