summaryrefslogtreecommitdiff
path: root/mysql-test/r/shutdown.result
blob: fae3af1cd083448edd2ee87cf10145d98fb85030 (plain)
1
2
3
4
5
create user user1@localhost;
shutdown;
ERROR 42000: Access denied; you need (at least one of) the SHUTDOWN privilege(s) for this operation
shutdown;
drop user user1@localhost;