1 / 11

PostgreSQL 8.2 的安装要点

PostgreSQL 8.2 的安装要点. 四川大学计算机学院 张天庆 2007-2008. 1. 双击安装程序 postgresql-8.2.msi. 2. 修改默认安装目录,如 c:pgsql. 3. 不选安装为服务(即只安装程序,不初始化数据库,也不安装服务). 4. 在控制面板 / 管理工具 / 计算机管理 / 本地用户和组 / 用户下添加新用户 postgres ,设置密码(如 123 ),设为永不过期. 5. 系统环境变量 Path 中增加 c:pgsqlbin.

isaac-cox
Download Presentation

PostgreSQL 8.2 的安装要点

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PostgreSQL 8.2 的安装要点 四川大学计算机学院 张天庆 2007-2008

  2. 1. 双击安装程序postgresql-8.2.msi

  3. 2. 修改默认安装目录,如c:\pgsql

  4. 3. 不选安装为服务(即只安装程序,不初始化数据库,也不安装服务)

  5. 4. 在控制面板/管理工具/计算机管理/本地用户和组/用户下添加新用户postgres,设置密码(如123),设为永不过期

  6. 5. 系统环境变量Path中增加c:\pgsql\bin

  7. 6. 在当前用户命令窗中输入命令runas /user:postgres cmd启动postgres用户命令窗

  8. 7. 在postgres用户命令窗中进入目录c:\pgsql,输入命令initdb --locale=C -E UTF-8 -D data

  9. 8. 在admin用户命令窗中输入命令pg_ctl register -N postgres -D c:\pgsql\data -U postgres -P 123登记服务postgres

  10. 9. 如前述步骤成功,在控制面板/管理工具/服务下,可见名为postgres的服务。修改其属性,启动类型改为手动,在“登录”标签一定要重新输入密码!

  11. 10. Postgres服务启动后,即可在posgres用户命令窗中输入命令psql进入postgreSQL客户端工具

More Related