mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
apply in SET PASSWORD same checks as in GRANT, to let only valid hashes through
This commit is contained in:
parent
5e3a68892a
commit
95da1ff0fc
5 changed files with 26 additions and 10 deletions
|
|
@ -48,6 +48,8 @@ flush privileges;
|
|||
#connect (con1,localhost,test,gambling2,"");
|
||||
#show tables;
|
||||
connect (con1,localhost,test,gambling2,mysql);
|
||||
--error 1105
|
||||
set password='gambling3';
|
||||
set password=old_password('gambling3');
|
||||
show tables;
|
||||
connect (con1,localhost,test,gambling3,test);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue