mirror of
https://github.com/MariaDB/server.git
synced 2025-02-16 02:15:33 +01:00
5 lines
176 B
Text
5 lines
176 B
Text
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;
|