H2 - ArchWiki
Jump to content
Contents
move to sidebar hide- Beginning
- Page
- Discussion
- Read
- View source
- View history
- Read
- View source
- View history
- What links here
- Related changes
- Printable version
- Permanent link
- Page information
From the project home page: H2 is a small Java based relation database, featuring:
- Very fast, open source, JDBC API
- Embedded and server modes; in-memory databases
- Browser based Console application
- Small footprint: around 2 MB jar file size
Installation
Install the h2AUR package.
Web Console / DB Management
This will launch a web based interface on port 8082.
$ h2-consoleTCP / PG Server
This will launch a web based interface on port 8082, TCP server on port 9092, and PG server (a server that follows the PostgreSQL protocol) on port 5435
$ java -cp /usr/share/java/h2/h2.jar org.h2.tools.ServerOne can connect using a JDBC url such as jdbc:h2:tcp://192.168.103.128:9092/~/test.
Note The -ifNotExists flag can be used to generate an empty database. Retrieved from "https://wiki.archlinux.org/index.php?title=H2&oldid=726852" Category:- Relational DBMSs
Từ khóa » H2 8082
-
H2 Data Base Is Not Starting Through Command Line - Stack Overflow
-
Tutorial - H2 Database Engine
-
Starting The H2 Web Console - IBM
-
Can't Start H2 Database On Command Line - ?ports In Use? Org.h2 ...
-
H2 Database Tutorial And Expert Tips - Mastertheboss
-
Tutorial
-
JNDI-Related Vulnerability Discovered In H2 Database Console
-
Spring Boot - H2 Database - GeeksforGeeks
-
H2 Database - Installation - Tutorialspoint
-
Browsing The H2 Database - WSO2 Identity Server Documentation
-
Org.ols.eateWebServer Java Code Examples - Tabnine
-
Nkonev/h2 - Docker Image