<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; h2</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/h2/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux下安装H2数据库</title>
		<link>https://www.osyunwei.com/archives/14321.html</link>
		<comments>https://www.osyunwei.com/archives/14321.html#comments</comments>
		<pubDate>Tue, 16 Apr 2024 05:49:56 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[数据库]]></category>
		<category><![CDATA[h2]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14321</guid>
		<description><![CDATA[H2是Thomas Mueller提供的一个开源的、纯java实现的关系数据库。 官方网站：https://www.h2database.com/ 下载地址：https://www.h2database.com/html/download.html https://github.com/h2database/h2database/releases/download/version-2.2.224/h2-2023-09-17.zip 上传安装包到/data/soft目录 H2 数据库服务器默认监听 9092 端口用于 TCP 连接，8082 端口用于 Web 连接，可以自定义修改 H2 数据库依赖java，需要先安装java环境 1、安装 unzip /data/soft/h2-2023-09-17.zip -d /data/server/ #解压 mkdir -p /data/server/h2/data #创建数据库存放目录 #配置环境变量 vi /etc/profile #set h2 environment export H2_HOME=/data/server/h2 export PATH=$PATH:$H2_HOME/bin :wq! #保存退出 source /etc/profile #使配置立即生效 2、编辑启动脚本 vi /data/server/h2/h2.sh #!/bin/bash # 设置H2数据库的路径 H2_DIR="/data/server/h2" # 设置H2数据库的日志文件路径 LOG_FILE="$H2_DIR/h2.log" # 设置H2数据库的PID文件路径 PID_FILE="$H2_DIR/h2.pid" [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14321.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14321.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
