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
@@ -5,7 +5,7 @@ create user pam_test;
|
||||
grant all on test.* to pam_test;
|
||||
grant proxy on pam_test to test_pam;
|
||||
#
|
||||
# athentication is successful, challenge/pin are ok
|
||||
# authentication is successful, challenge/pin are ok
|
||||
# note that current_user() differs from user()
|
||||
#
|
||||
Challenge input first.
|
||||
@@ -16,14 +16,14 @@ select user(), current_user(), database();
|
||||
user() current_user() database()
|
||||
test_pam@localhost pam_test@% test
|
||||
#
|
||||
# athentication is unsuccessful
|
||||
# authentication is unsuccessful
|
||||
#
|
||||
Challenge input first.
|
||||
Enter: *************************
|
||||
Now, the magic number!
|
||||
PIN: 9224
|
||||
#
|
||||
# athentication is successful
|
||||
# authentication is successful
|
||||
#
|
||||
Now, the magic number!
|
||||
PIN: 9212
|
||||
@@ -31,7 +31,7 @@ select user(), current_user(), database();
|
||||
user() current_user() database()
|
||||
test_pam@localhost pam_test@% test
|
||||
#
|
||||
# athentication is unsuccessful
|
||||
# authentication is unsuccessful
|
||||
#
|
||||
Now, the magic number!
|
||||
PIN: 9212
|
||||
|
Reference in New Issue
Block a user