Incorrect usage of DB GRANT and GLOBAL PRIVILEGES

Feature Data Objects API

 
Incorrect usage of DB GRANT and GLOBAL PRIVILEGES
 
 
 

This exception message occurs when there is a pending connection to MySQL and a call is made to GrantAccessToDatastore(<user>, <datastore>, <priv>) on the user manage object where the privilege is not one of the defaults assigned by the call to GrantAccessToDatastore(<user>, <datastore>). The privileges causing this exception are create user, file, process, reload, replication client, replication slave, show databases, shutdown, and super. This set is the difference between the list of privileges returned by GetRolesOrPrivileges and the defaults assigned by GrantAccessToDatastore(<user>, <datastore>).