【H2 Database】查看帮助信息
生活随笔
收集整理的這篇文章主要介紹了
【H2 Database】查看帮助信息
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
前言
- H2 Database version : 1.4.199
查看幫助信息
java -cp h2*.jar org.h2.tools.Server -? ------------------------------------------------------------------------------ Usage: java org.h2.tools.Server <options> When running without options, -tcp, -web, -browser and -pg are started. Options are case sensitive. Supported options are: [-help] or [-?] Print the list of options [-web] Start the web server with the H2 Console [-webAllowOthers] Allow other computers to connect - see below [-webDaemon] Use a daemon thread [-webPort <port>] The port (default: 8082) [-webSSL] Use encrypted (HTTPS) connections [-webAdminPassword] Password of DB Console administrator [-browser] Start a browser connecting to the web server [-tcp] Start the TCP server [-tcpAllowOthers] Allow other computers to connect - see below [-tcpDaemon] Use a daemon thread [-tcpPort <port>] The port (default: 9092) [-tcpSSL] Use encrypted (SSL) connections [-tcpPassword <pwd>] The password for shutting down a TCP server [-tcpShutdown "<url>"] Stop the TCP server; example: tcp://localhost [-tcpShutdownForce] Do not wait until all connections are closed [-pg] Start the PG server [-pgAllowOthers] Allow other computers to connect - see below [-pgDaemon] Use a daemon thread [-pgPort <port>] The port (default: 5435) [-properties "<dir>"] Server properties (default: ~, disable: null) [-baseDir <dir>] The base directory for H2 databases (all servers) [-ifExists] Only existing databases may be opened (all servers) [-ifNotExists] Databases are created when accessed [-trace] Print additional trace information (all servers) [-key <from> <to>] Allows to map a database name to another (all servers) The options -xAllowOthers are potentially risky. For details, see Advanced Topics / Protection against Remote Access. See also http://h2database.com/javadoc/org/h2/tools/Server.html總結
以上是生活随笔為你收集整理的【H2 Database】查看帮助信息的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Jobs added with no t
- 下一篇: 人有三急是哪三急