This table stores a history of password hashes to enforce security policies regarding password reuse when the relevant plugin is enabled.
The mysql.password_reuse_check_history Table is installed as part of the password_reuse_check plugin.
The mysql.password_reuse_check_history table stores old passwords, so that when a user sets a new password, it can be checked for purposes of preventing password reuse.
It contains the following fields:
This page is licensed: CC BY-SA / Gnu FDL
hash
binary(64)
NO
PRI
NULL
time
timestamp
NO
MUL
current_timestamp()