Dbquery.exe: Difference between revisions
Added table template for the command line arguments. |
mNo edit summary |
||
Line 17: | Line 17: | ||
{{CLArg|-notimeout|}} | {{CLArg|-notimeout|}} | ||
{{CLArg|-packetdebug|}} | {{CLArg|-packetdebug|}} | ||
{{CLArg|-putcharacter <file | {{CLArg|-putcharacter [file] | < file|Puts a character into the database via DBServer. Implies {{ms|-noencrypt}}, {{ms|-nopigs}} and {{ms|-silent}}.}} | ||
{{CLArg|-querysgleaders <string>|Probably queries to display the list of super group leaders when the supergroup is loaded.}} | {{CLArg|-querysgleaders <string>|Probably queries to display the list of super group leaders when the supergroup is loaded.}} | ||
{{CLArg|-restorecharacter "<name>"|Probably restores a character from backup?}} | {{CLArg|-restorecharacter "<name>"|Probably restores a character from backup?}} |
Revision as of 14:05, 30 April 2019
An application for sending commands to the DBServer. DBServer listens on port 6997 by default.
Usage: bin\dbquery.exe [arguments]
Arguments
|
See characterTransfer.c for some hilarious surprises! |
|
|
|
Specifies a remote host the DBServer is running on. Accepts DNS name or IP address. Default: localhost. |
|
Implies |
|
Gets a character from the DBServer and outputs it to stdout. Implies |
|
|
|
Do not use encryption |
|
Don't load any pigg files; use only loose files on the filesystem when necessary. |
|
|
|
|
|
Puts a character into the database via DBServer. Implies |
|
Probably queries to display the list of super group leaders when the supergroup is loaded. |
|
Probably restores a character from backup? |
|
Produces cleaner output |
|
Specify TCP port when connecting to DBServer, default 6997 |
|
|
|
|
|
|
|
Specify UDP port when connecting to DBServer, default 6997 |
|
|
Sample Commands
Exporting and Importing a character
dbquery.exe -getcharacter "Name">file.txt dbquery.exe -putcharacter file.txt
Retrieving a character from a remote DBServer
dbquery -db 10.5.0.144 -getcharacter "Aleena"
DBQuery Entry Point
https://git.ourodev.com/CoX/Source/src/branch/develop/MapServer/svr/dbquery_init.c