Welcome 微信登录

首页 / 数据库 / MySQL / Ubuntu下安装PostgreSQL8.3详细过程[多图]

下面以图解的方式详细介绍Ubuntu下安装PostgreSQL8.3的过程。首先下载postgresql-8.3.3-2-linux.bin
root@bai-desktop:/home/bai/liuy# ls
postgresql-8.3.3-2-linux.bin
root@bai-desktop:/home/bai/liuy# chmod u+x postgresql-8.3.3-2-linux.bin
root@bai-desktop:/home/bai/liuy# ./postgresql-8.3.3-2-linux.bin
root@bai-desktop:/home/bai# su - postgresUbuntu下安装PostgreSQL8.3/图1Ubuntu下安装PostgreSQL8.3/图2Ubuntu下安装PostgreSQL8.3/图3$ bash 切换为bashpostgres@bai-desktop:~$ /opt/PostgreSQL/8.3/bin/pg_ctl start /opt/PostgreSQL/8.3/data/ 注意加-D的参数pg_ctl: too many command-line arguments (first is "start")Try "pg_ctl --help" for more information.postgres@bai-desktop:~$ /opt/PostgreSQL/8.3/bin/pg_ctl start -D /opt/PostgreSQL/8.3/data/ 开始服务server startingpostgres@bai-desktop:~$ ./pg_ctl stop -D /opt/PostgreSQL/8.3/data/ 停止服务
  • 1
  • 2
  • 3
  • 下一页
在Linux下使用源代码安装PostgreSQL步骤MYSQL-FRONT登录 ERROR 1130的解决办法相关资讯      PostgreSQL  Ubuntu教程  PostgreSQL8.3 
  • Ubuntu 16.04 下安装 PostgreSQL   (08月14日)
  • PostgreSQL 发布全系安全更新  (02月12日)
  • 使用pg_basebackup搭建PostgreSQL  (12/30/2015 09:00:29)
  • Linux下RPM包方式安装PostgreSQL  (03月04日)
  • PostgreSQL9.5新特性之行级安全性  (01月19日)
  • 利用pgpool实现PostgreSQL的高可用  (12/30/2015 08:54:36)
本文评论 查看全部评论 (0)
表情: 姓名: 字数