Skip to content
Schmoozerd edited this page Apr 14, 2013 · 1 revision

Back to world database list of tables.

The `uptime` table

This table holds the server’s uptime. Mangos will automatically update the latest entry’s value until it crashes and a new record is added.

Structure

Field Type Null Key Default Extra
starttime bigint(11) unsigned NO PRI 0
startstring varchar(64) NO
uptime bigint(11) unsigned NO 0
maxplayers int(11) unsigned NO 0

Description of the fields

starttime

The time when the server was started, in Unix time.

startstring

The time when the server started, formated as a readable string.

uptime

The uptime of the server, in seconds.

maxplayers

The maximum number of players connected.

Clone this wiki locally