MySQLConnection.changeUser

Send a CHANGE_USER command to change the user of the current connection, this operation will also reset connection state.

@param options authentication options, only username, password, database, collation and properties will be used. @param handler the handler @return a reference to this, so the API can be used fluently

Meta