上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 25 下一页
摘要: PostgreSQL 用户和权限管理 创建CREATE ROLE rolename;CREATE USER username;CREATE USER和CREATE ROLE的区别在于,CREATE USER指令创建的用户默认是有登录权限的,而CREATE ROLE没有。 创建用户时设定用户属性 基本 阅读全文
posted @ 2020-10-19 17:58 变换 阅读(1107) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/115011360 https://www.cnblogs.com/QicongLiang/p/9817533.html https://blog.csdn.net/biao_java/article/details/88861457 阅读全文
posted @ 2020-10-19 11:05 变换 阅读(65) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_41687299/article/details/107761265 阅读全文
posted @ 2020-10-16 20:13 变换 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 原文 https://blog.csdn.net/findhappy117/article/details/79377369?utm_medium=distribute.pc_aggpage_search_result.none-task-blog-2~all~first_rank_v2~rank_ 阅读全文
posted @ 2020-10-10 10:21 变换 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 原文:https://blog.csdn.net/weixin_37791303/article/details/86707614 ** 其实你修改了什么,就添加什么变量就好了!比如端口 修改成了 5455 ,就只是添加 :export PGPORT=5455 .不需要全部都配置 最后 source 阅读全文
posted @ 2020-09-30 11:50 变换 阅读(2364) 评论(0) 推荐(0) 编辑
摘要: postgres 连接数查看与设置 来源 https://blog.csdn.net/zhubaoJay/article/details/72902964 PG中有一张表记录着当前有多少连接 表名:pg_stat_activity 查询当前连接数: select count(1) from pg_s 阅读全文
posted @ 2020-09-30 11:12 变换 阅读(2324) 评论(0) 推荐(0) 编辑
摘要: 参看来源:https://www.iteye.com/blog/hellolove-2352778 PostgreSQL 配置文件之pg_hba.conf 该文件用于控制访问安全性,管理客户端对于PostgreSQL服务器的访问权限,内容包括:允许哪些用户连接到哪个数据库,允许哪些IP或者哪个网段的 阅读全文
posted @ 2020-09-30 11:09 变换 阅读(759) 评论(0) 推荐(0) 编辑
摘要: 用于数据量不是特别大的查询业务! 版本:redis 6 系统:centos8 1,安装redis,修改配置,后台运行 参考 https://www.cnblogs.com/chen-msg/p/13726306.html #记得注释bind 阿里云服务器不支持#不保护 protected-mode 阅读全文
posted @ 2020-09-28 10:08 变换 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 一般情况下,双Master集群 就够用了!单机很简单,现在就直接说双master a 服务器: 121.43.181.101 b 服务器: 47.114.41.151 1, 下载安装包 (a,b) wget http://mirrors.hust.edu.cn/apache/rocketmq/4.3 阅读全文
posted @ 2020-09-28 09:31 变换 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 来源:https://www.cnblogs.com/gispathfinder/p/13054284.html 1.PostgreSQL的安装 1.1 下载并安装PostgreSQL官方yum源配置文件 dnf install https://download.postgresql.org/pub 阅读全文
posted @ 2020-09-27 14:01 变换 阅读(283) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 25 下一页