Administrator Guide : Configuring solidDB® : Using solidDB® command-line options
  
Using solidDB® command-line options
When starting solidDB®, you can use command-line options, for example, to override certain parameter settings or invoke database operations such as database conversion.
About this task
A full list of the available command-line options is available in solidDB® command-line options. You can also view the options with the command-line option -h or -?, for example:
solid -h
If the syntax of the command is incorrect, a list of the valid options is displayed.
The command-line options are case-sensitive.
Procedure
At your operating system command prompt, use the following syntax:
solid [option] [option] [...]
Example
solid -Udba -Pdba -x listen:"tcp 2315" -E -Sadmin
The above command starts a solidDB® server and encrypts an existing database where:
-U = user name: admin
-P = password: admin123
-x listen = network listening name: tcp 2315
-E = encrypts the database
-S = encryption password: admin
See also
Configuring solidDB®