返回介绍

第 1 章 PostgreSQL 安装

发布于 2024-02-10 16:05:38 字数 1693 浏览 0 评论 0 收藏 0

第 1 章 PostgreSQL 安装

目录

1.1. Ubuntu 12.04.1 LTS 安装
1.2. YUM 默认源安装
1.3. PostgreSQL 官方 YUM 源安装
1.3.1. 9.2
1.3.2. 9.3
1.3.3. 9.4
1.3.4. 9.6
1.3.5. PostgreSQL 10
1.4. PostgreSQL 配置
1.4.1. postgresql.conf
1.4.2. pg_hba.conf
1.5. 创建dba用户

1.1. Ubuntu 12.04.1 LTS 安装

安装环境

PostgreSQL 9.1

$ sudo apt-get install postgresql
$ sudo apt-get install postgresql

更改postgres管理员用户密码

$ sudo passwd postgres
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully

然后切换到postgres用户环境

$ su - postgres
Password:
Added user postgres.

进入psql客户款, PostgreSQL的psql命令相当于sqlplus,mysql命令

$ psql
psql (9.1.6)
Type "help" for help.

postgres=#

退出\q

postgres=# \q

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文