»

clients

clients — Keeps track of clients that access the protocol. Whenever the protocol encounters a new client, a new row (and thus a new clientid) is generated.

clients

Column nameTypeNullDefaultDescription
clientidsmallint unsigned auto_increment Primary key. Auto-generated for each new client name.
clientvarchar(40)YESClient string, of form Platform-Name/Version. See login mode of protocol docs.
Key nameTypeColumn(s)
PRIMARYPRIMARY
clientINDEX