Outdated Version
You are viewing an older version of this section. View current production version.
DROP USER
Removes one or more user accounts.
DROP USER user [, user] ...
Notes
user
- valid user account- Use
GRANT
to create a user account and assign privileges. - This command can be run on any MemSQL node (see Node Requirements for MemSQL Commands).
Example
memsql> DROP USER myAdmin;