Deleting an existing user with Query Server access

This task can only be performed when logged in as qsadmin.

  1. Start your MySQL client.
  2. Type mysql -h <hostname> -P 15616 -u qsadmin -p exhr
  3. When prompted for a password type qspass
  4. Type DROP USER <username>;
The user has been deleted.