Skip to main content
Version: 3.14.x.x LTS

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:

UsernamePurposeRequired Permissions
binarylog_userAccount used for binary log management.SUPER permission to be able to purge the binary logs.
replication_userAccount used by the slave node to log into the master node.REPLICATION SLAVE permission to be able to replicate data.
nevisproxy_userAccount used by nevisProxy for session management.ALL PRIVILEGES permission on the replicated database to manage sessions.