mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix typos in mysql-test/
This commit is contained in:
committed by
Daniel Black
parent
40c5b62531
commit
1b95e46524
@@ -1,6 +1,6 @@
|
||||
install soname "password_reuse_check";
|
||||
set global password_reuse_check_interval= 0;
|
||||
# Default value (sould be unlimited i.e. 0)
|
||||
# Default value (should be unlimited i.e. 0)
|
||||
SHOW GLOBAL VARIABLES like "password_reuse_check%";
|
||||
Variable_name Value
|
||||
password_reuse_check_interval 0
|
||||
@@ -19,7 +19,7 @@ Level Code Message
|
||||
Warning 1819 password_reuse_check: The password was already used
|
||||
Error 1819 Your password does not satisfy the current policy requirements (password_reuse_check)
|
||||
Error 1396 Operation ALTER USER failed for 'user_name'@'localhost'
|
||||
# check exparation
|
||||
# check expiration
|
||||
set global password_reuse_check_interval= 10;
|
||||
alter user user_name@localhost identified by 'test_pwd';
|
||||
ERROR HY000: Operation ALTER USER failed for 'user_name'@'localhost'
|
||||
|
Reference in New Issue
Block a user