1#
2# A password cannot expire, if there is no password
3#
4create user 'USER' identified via unix_socket;
5alter user 'USER' password expire;
61
71
8drop user 'USER';
9