Server was started.</pre>
All available Additional command-line flags can be listed by adding <code>-h</code> to the call:
:<code>
> basexserver -h
</code>
<pre>
Usage: BaseXServer [-s] [-dpzdpsz] [-c] [stop]
stop Stop existing server
-c<cmd> Execute initial database command(s)
</pre>
If you want The command-line flags have the following meaning: {| class="wikitable" |- valign="top"! width='60' | Flag! Description! width='165' | Examples|- valign="top"| <code>stop</code>| Stop an existing server instance; remaining input is ignored.||- valign="top"| <code>-c<cmd></code>| Launch database commands before the server itself is started; all remaining text is interpreted as command input. Several commands can be separated by semicolons.| <code>-c"open database;info"</code>|- valign="top"| <code>-d</code>| Turns on debugging. Debugging information is output to interact standard error (execute commands, add databases, add users<code>STDERR</code>) .||- valign="top"with | <code>-i</code>| Interactively enter commands on the serverconsole, start the server with the similar to standalone and client mode.||- valign="top"| <code>-ip<num></code> flag| Specify the port on which the server can be addressed.:| <code>-p9999</code>|- valign="top"| <code> basexserver -s</code>| Start the server as service (i.e., in background).| |- valign="top"| <code>-z</code>| Do not generate log files.| |}
==BaseX Client==