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
@@ -8,7 +8,7 @@ install soname "password_reuse_check";
|
||||
|
||||
set global password_reuse_check_interval= 0;
|
||||
|
||||
--echo # Default value (sould be unlimited i.e. 0)
|
||||
--echo # Default value (should be unlimited i.e. 0)
|
||||
SHOW GLOBAL VARIABLES like "password_reuse_check%";
|
||||
|
||||
--echo # insert user
|
||||
@@ -26,7 +26,7 @@ show warnings;
|
||||
#--error ER_NOT_VALID_PASSWORD
|
||||
#SET PASSWORD FOR user_name@localhost = PASSWORD('test_pwd');
|
||||
|
||||
--echo # check exparation
|
||||
--echo # check expiration
|
||||
|
||||
set global password_reuse_check_interval= 10;
|
||||
|
||||
|
Reference in New Issue
Block a user