mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-9940 CREATE ROLE blocked by password validation plugin
This commit is contained in:
@ -103,6 +103,12 @@ drop user foo2;
|
||||
set global strict_password_validation=1;
|
||||
drop user foo1;
|
||||
|
||||
#
|
||||
# MDEV-9940 CREATE ROLE blocked by password validation plugin
|
||||
#
|
||||
create role r1;
|
||||
drop role r1;
|
||||
|
||||
uninstall plugin simple_password_check;
|
||||
|
||||
create user foo1 identified by 'pwd';
|
||||
|
Reference in New Issue
Block a user