summaryrefslogtreecommitdiff
path: root/mysql-test/main/password_expiration_unix_socket.result
blob: 5feee17f20566e9333555a076442069d118e64e0 (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;