mirror of
https://github.com/MariaDB/server.git
synced 2025-08-18 17:42:20 +03:00
6 lines
176 B
Plaintext
6 lines
176 B
Plaintext
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;
|