当前位置:网站首页>centos 安装postgresql13 指定版本
centos 安装postgresql13 指定版本
2022-08-04 04:10:00 【liuyunshengsir】
yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
yum search postgresql13-server --showduplicates
yum search postgresql13-server --showduplicates
yum install -y postgresql13-server-13.6-1PGDG.rhel7.x86_64
配置启动
/usr/pgsql-13/bin/postgresql-13-setup initdb
systemctl enable postgresql-13
systemctl start postgresql-13
使用
切换到postgres超级管理员,创建用户
createdb db001
#创建超级用户user001
createuser -s -P user001
设置远程连接
vim /var/lib/pgsql/13/data/postgresql.conf
listen_addresses = '*' # what IP address(es) to listen on;
# comma-separated list of addresses;
# defaults to 'localhost'; use '*' for all
# (change requires restart)
psql -U user001-h localhost db001
设置白名单
host all all 10.6.8.0/24 trust
边栏推荐
- mq应用场景介绍
- 张量篇-应用案例
- SVM介绍以及实战
- "Introduction to nlp + actual combat: Chapter 8: Using Pytorch to realize handwritten digit recognition"
- 系统设计.如何设计一个秒杀系统(完整版 转)
- pnpm 是凭什么对 npm 和 yarn 降维打击的
- 嵌入式数据库开发编程MySQL(全)
- Simple operation of the file system
- 2022年软件测试——精选金融银行面试真题
- SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropri
猜你喜欢
if,case,for,while
【MD5】采用MD5+盐的加密方式完成注册用户和登录账号
8. Haproxy builds a web cluster
系统设计.秒杀系统
The general SQL injection flow (sample attached)
Y86. Chapter iv Prometheus giant monitoring system and the actual combat, Prometheus storage (17)
sql语句查询String类型字段小于10的怎么查
Learn iframes and use them to solve cross-domain problems
【机器学习】21天挑战赛学习笔记(一)
仿牛客论坛项目梳理
随机推荐
2千兆光+6千兆电导轨式网管型工业级以太网交换机支持X-Ring冗余环网一键环网交换机
张量篇-应用案例
基于 SSE 实现服务端消息主动推送解决方案
manipulation of file contents
Postgresql源码(66)insert on conflict语法介绍与内核执行流程解析
y86.第四章 Prometheus大厂监控体系及实战 -- prometheus存储(十七)
How to automatically export or capture abnormal login ip and logs in elastic to the database?
7-1 LVS+NAT load balancing cluster, NAT mode deployment
How class only static allocation and dynamic allocation
Power button (LeetCode) 215. The first K largest elements in the array (2022.08.03)
网络工程师入门必懂华为认证体系,附系统学习路线分享
pnpm 是凭什么对 npm 和 yarn 降维打击的
自定义通用分页标签01
JVM的内存模型简介
将xml标签转换为txt(voc格式转换为yolo方便进行训练)
文件内容的操作
Introduction to the memory model of the JVM
2022杭电多校联赛第五场 题解
【源码】使用深度学习训练一个游戏
看DevExpress丰富图表样式,如何为基金公司业务创新赋能