Linux安装h2数据库
Posted 天宇轩-王
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux安装h2数据库相关的知识,希望对你有一定的参考价值。
安装H2数据库,为后面mybatisplus3J集成做铺垫
下载jar包
运行jar包
1 [root@topcheer mnt]# java -cp h2-1.3.176.jar org.h2.tools.Server -web -webAllowOthers -tcp -tcpPort 19200 -tcpAllowOthers 2 TCP server running at tcp://192.168.180.115:19200 (others can connect) 3 Web Console server running at http://192.168.180.115:8082 (others can connect)
说明:TCP的是用来当url的,Web端口是页面登陆的
测试
192.168.180.115:8082
sa的是默认账号,密码为空,可以直接登陆
创建数据库
以上是关于Linux安装h2数据库的主要内容,如果未能解决你的问题,请参考以下文章