mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
#
|
|
# A password cannot expire, if there is no password
|
|
#
|
|
create user USER identified via unix_socket;
|
|
alter user USER password expire;
|
|
1
|
|
1
|
|
drop user USER;
|