Command mysql:deluser

Delete a MySQL user account.

Arguments

  • url: Connection url
  • username: Delete the user with this user name.
  • host: Delete the user allowed to connect from this host (e.g. 127.0.0.1, any, etc.)

Options

  • --check: Do not actually make any changes, but report whether or not a change would be made.
Back to command index