mirror of
https://github.com/MariaDB/server.git
synced 2025-05-31 08:42:45 +03:00
4 lines
198 B
Plaintext
4 lines
198 B
Plaintext
select length(encrypt('foo', 'ff')) <> 0;
|
|
--replace_result $1$aa$4OSUA5cjdx0RUQ08opV27/ aaqPiZY5xR5l.
|
|
select old_password('test'),length(password("1")),length(encrypt('test')),encrypt('test','aa');
|