Creates a new user or changes the password of an existing one.
public virtual bool GrantConnectTo(const char * uid, const char * pwd)
uid The name of the user to create or change the password for.
pwd The password for this user.
True on success, otherwise false.