Stores a row for each user with access to the Replication Server.
Column |
Datatype |
Description |
---|---|---|
username |
varchar(30) |
Name of the user |
uid |
rs_id |
ID of the user |
password |
varchar(30) |
Password |
permissions |
smallint |
Mask indicating roles a user can have:
|
use_enc_password |
int |
|
enc_password |
varchar(66) |
Encrypted password |
Unique index on (username)
Unique index on (uid)