aRTconn-dropUser {aRT}R Documentation

Drops an user

Description

Function to remove permissions of an user in the database. The aRTconn user must have permissions for doing this operation (user root has this permission).

Usage

## S4 method for signature 'aRTconn':
dropUser(object, user, remote, host)

Arguments

object Object of class aRTconn.
user The user that will be removed.
remote A boolean value meaning whether the DBMS will remove the access from external hosts.
host The host to be removed for access. If remote is true and host is empty string then the access is removed from any host.

Author(s)

Pedro Ribeiro de Andrade

See Also

aRTconn-class shows the description of this class.


[Package aRT version 1.6-1 Index]