Hi, Karthick! On Jul 03, Karthick Subramanian wrote:
Dear Experts,
I almost tried all sort of combinations that I think of very difficult to crack, but repeatedly failed to satisfy MariaDB not throw this error.
Can anyone guide me on what is the specific needs for successful password.
Warning message:
+---------+------+----------------------------------------------------------------+ | Level | Code | Message | +---------+------+----------------------------------------------------------------+ | Warning | 1819 | cracklib: error loading dictionary | | Error | 1819 | Your password does not satisfy the current policy requirements | +---------+------+----------------------------------------------------------------+
Well, it says that in attempt to validate the password, cracklib has failed with an error message "error loading dictionary". May be the dictionary file is missing. May be it is corrupted. Use SHOW VARIABLES LIKE 'cracklib_password_check_dictionary' to see the location of the cracklib dictionary. Regards, Sergei Chief Architect MariaDB and security@mariadb.org