PostgreSQL8.4.4配置.pptVIP

  • 7
  • 0
  • 约小于1千字
  • 约 7页
  • 2017-06-14 发布于江西
  • 举报
PostgreSQL8.4.4配置

PostgreSQL 8.4.4 的配置要点 Tianqing Zhang School of Computer (School of Software) zhangtq@scu.edu.cn 解压postgresql-8.4.4-1-windows-binaries到目标路径(如:c:\pgsql) 2. 系统环境变量Path中增加c:\pgsql\bin 3. 在cmd命令窗中进入目录c:\pgsql,输入命令initdb --locale=C -E utf-8 -D data 4.登记服务。在windows管理员cmd窗中输入命令pg_ctl register -N postgres -D c:/pgsql/data 5.系统服务中出现postgres服务 6. Postgres服务启动后,即可在cmd命令窗中输入命令psql postgres进入postgreSQL客户端工具 * *

文档评论(0)

1亿VIP精品文档

相关文档