02 2022 档案
摘要:原文https://blog.csdn.net/weixin_39540651/article/details/108227188 【等保用】 在oracle中我们可以通过设置FAILED_LOGIN_ATTEMPTS来限制用户密码登录错误的次数,但是在postgresql中是不支持这个功能的。尽管
阅读全文
摘要:目的 使用两台机器测试prometheus,监控机器指标和postgresql指标 server1 安装prometheus server和grafana server2 安装 node_exporter和postgres_exporter 安装 wget https://github.com/pr
阅读全文
摘要:列级权限 grant select on column to 行级权限 Command: CREATE POLICY Description: define a new row-level security policy for a table Syntax: CREATE POLICY name
阅读全文
摘要:第一章体系机构和存储引擎 [root@pg1 sbin]# mysql --help | grep my.cnf order of preference, my.cnf, $MYSQL_TCP_PORT, /etc/my.cnf /etc/mysql/my.cnf /usr/etc/my.cnf ~
阅读全文