mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -66,6 +66,9 @@ select * from mysql.user where user = 'foo';
|
||||
alter user foo identified by password '*88C89BE093D4ECF72D039F62EBB7477EA1FD4D63';
|
||||
select * from mysql.user where user = 'foo';
|
||||
|
||||
alter user foo identified by password 'invalid';
|
||||
select * from mysql.user where user = 'foo';
|
||||
|
||||
--error ER_CANNOT_USER
|
||||
alter user foo identified with 'somecoolplugin';
|
||||
show warnings;
|
||||
|
Reference in New Issue
Block a user