mysql:deluser
Delete a MySQL user account.
url
: Connection urlusername
: 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.)--check
: Do not actually make any changes, but report whether or not a change would be made.