Overview of database users
The replicated session store is managed by several database users to separate concerns. The creation of the users is explained in the table below:
Username | Purpose | Required Permissions |
---|---|---|
binarylog_user | Account used for binary log management. | SUPER permission to be able to purge the binary logs. |
replication_user | Account used by the slave node to log into the master node. | REPLICATION SLAVE permission to be able to replicate data. |
nevisproxy_user | Account used by nevisProxy for session management. | ALL PRIVILEGES permission on the replicated database to manage sessions. |