From 78cdc0af7ec7e642a6f124ca6fd2385c567988c4 Mon Sep 17 00:00:00 2001 From: DingZQ Date: Sat, 15 Mar 2025 14:35:05 +0800 Subject: [PATCH] Refine --- setup_server.md | 1 + 1 file changed, 1 insertion(+) diff --git a/setup_server.md b/setup_server.md index 048b70f..498f1e7 100644 --- a/setup_server.md +++ b/setup_server.md @@ -5,6 +5,7 @@ 3. 运行 `python install.py` 准备Python环境 4. 解压 `pg14.zip` 到上一层文件夹 5. 控制台进入 `../pg14/bin` +5.1 将pg14/bin 加到系统PATH中,这步一定需要做,CopyProjectEx里需要这个 6. 执行 `initdb -D ../data -E UTF-8` 创建数据库 7. 执行 `pg_ctl -D ../data -l logfile start` 启动数据库服务 - `pg_ctl -D ../data -l logfile stop` 关闭数据库服务