summaryrefslogtreecommitdiff
path: root/mysql-test/main/password_expiration_unix_socket.result
blob: b37b8868edf58cbe1651a308654898134377a6b9 (plain)
1
2
3
4
5
6
7
8
#
# 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';