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

PostgreSQL安装及使用教程二(zip解压方式)

时间:2019-01-12 15:59:23      阅读:318      评论:0      收藏:0      [点我收藏+]

标签:使用   服务注册   数据存储   archive   register   pos   ted   ref   进入   

  1. 下载postgre包 
    1. 下载地址:https://www.postgresql.org/download/ 
    2. 选DOWNLOADS--Windows--zip archive--version10.6--win x96-64
  2. 解压文件。 
  3. 在主目录下创建data目录作为数据存储目录 
  4. 切换到bin目录,进行dos窗口 
  5. 初始化pgsql:
    • initdb.exe -D ../data
  6. 启动pgsql,启动完以后不要关闭窗口
    • pg_ctl.exe start -D ..\data
  7. 重新打开一个窗口,进入bin目录,连接pgsql
    • psql  postgres
  8. postgre服务注册
    • pg_ctl.exe register -N "pgsql" -D D:pgsql\data

PostgreSQL安装及使用教程二(zip解压方式)

标签:使用   服务注册   数据存储   archive   register   pos   ted   ref   进入   

原文地址:https://www.cnblogs.com/Pusteblume/p/10259956.html

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