mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
8 lines
154 B
Text
8 lines
154 B
Text
#
|
|
# 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;
|