I have two databases. I have peq, for the world server, and I have peqlogindb for the login server. Peqlogindb contains:
tblloginserveraccounts
tblserveradminregistration
tblserverlisttype
tblworldserverregistration
tblworldserverregistration contains 1 row:
INSERT INTO `tblworldserverregistration` (`ServerID`, `ServerLongName`, `ServerTagDescription`, `ServerShortName`, `ServerListTypeID`, `ServerLastLoginDate`, `ServerLastIPAddr`, `ServerAdminID`, `ServerTrusted`, `Note`)
VALUES (1, 'Heraldics World of Fun', 'the server', 'HWoF', 3, '2011-01-24 00:27:08', '0.0.0.0', 1, 0, 'This is the server.');
|