码迷,mamicode.com
首页 > 数据库 > 详细

Linux安装h2数据库

时间:2019-10-29 11:57:04      阅读:370      评论:0      收藏:0      [点我收藏+]

标签:ref   端口   ons   集成   img   数据库   bat   web   other   

安装H2数据库,为后面mybatisplus3J集成做铺垫

下载jar包

https://pan.baidu.com/s/1tPZQH5tum1CheDxumcN24g

运行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数据库

标签:ref   端口   ons   集成   img   数据库   bat   web   other   

原文地址:https://www.cnblogs.com/dalianpai/p/11757601.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!