2019-02-19 01:03:16 +01:00
|
|
|
#
|
|
|
|
# A password cannot expire, if there is no password
|
|
|
|
#
|
2021-06-09 15:50:01 +03:00
|
|
|
create user 'USER' identified via unix_socket;
|
|
|
|
alter user 'USER' password expire;
|
2019-02-19 01:03:16 +01:00
|
|
|
1
|
|
|
|
1
|
2021-06-09 15:50:01 +03:00
|
|
|
drop user 'USER';
|