mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-10 16:12:25 +00:00
Updated Linux loginserver notes (markdown)
parent
d5e33b2651
commit
7fac46c81f
@ -36,7 +36,7 @@ Update the tblWorldServerRegistration table
|
|||||||
Add your server to the tblWorldServerRegistration table
|
Add your server to the tblWorldServerRegistration table
|
||||||
http://www.eqemulator.org/forums/showpost.php?p=174840&postcount=41
|
http://www.eqemulator.org/forums/showpost.php?p=174840&postcount=41
|
||||||
~~~
|
~~~
|
||||||
insert into tblworldserverregistration
|
insert into tblWorldServerRegistration
|
||||||
(ServerID,ServerLongName,ServerTagDescription,ServerShortName,ServerListTypeID,ServerLastLoginDate,ServerLastIPAddr,ServerAdminID,Note)
|
(ServerID,ServerLongName,ServerTagDescription,ServerShortName,ServerListTypeID,ServerLastLoginDate,ServerLastIPAddr,ServerAdminID,Note)
|
||||||
values
|
values
|
||||||
('1','LongNameFromConfig','Blah','ShortNameFromConfig','3',now(),'192.168.1.105','1','');
|
('1','LongNameFromConfig','Blah','ShortNameFromConfig','3',now(),'192.168.1.105','1','');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user