码迷,mamicode.com
首页 >  
搜索关键字:postgresql 安全级别    ( 3321个结果
Windows 上安装 PostgreSQL 详解
这里使用 EnterpriseDB 来下载安装,EnterpriseDB 是全球唯一一家提供基于 PostgreSQL 企业级产品与服务的厂商。 下载地址:https://www.enterprisedb.com/downloads/postgresql 双击下载安装包,开始安装 你可以修改安装路径 ...
分类:数据库   时间:2020-02-09 11:55:01    阅读次数:87
操作指南:通过Rancher在K8S上运行PostgreSQL数据库
通过Rancher Kubernetes Engine运行高可用 PostgreSQL
分类:数据库   时间:2020-02-06 21:37:44    阅读次数:104
PostgreSQL行级策略实验
行级策略实验 创建测试表并插入数据: TEST=# create table test(id serial primary key, user_name varchar(32), crt_time timestamp default now()); CREATE TABLE TEST=# inser ...
分类:数据库   时间:2020-02-04 18:52:10    阅读次数:119
gitlab修改root密码
在root用户下,执行 [root@localhost ~]# gitlab-rails console production GitLab: 11.0.4 (edb037c) GitLab Shell: 7.1.4 postgresql: 9.6.8 Loading production envi ...
分类:其他好文   时间:2020-02-04 10:21:17    阅读次数:85
DVWA靶机--简单的文件上传漏洞
简单的文件上传漏洞(靶机安全级别:low) 事先准备好一句话木马,密码为pass 上传一句话木马,显示上传路径(一般网站是不会显示路径的,这里靶机为了方便你测试漏洞,直接显示出了路径: ../../hackable/uploads/pass.php succesfully uploaded!) 我们 ...
分类:Web程序   时间:2020-02-02 14:14:38    阅读次数:169
创建多个数据库服务
1、管理员运行命令提示符 2、进入postgresql的安装bin目录 cd /d D:\PostgreSQL\12\bin 3、执行 initdb -D D:\PostgreSQL\odoo12\data -g --locale=chinese-simplified_china.936 -E UT ...
分类:数据库   时间:2020-02-02 13:50:13    阅读次数:109
[原]Postgresql 12 Centos8 一键配置脚本
#!/bin/bash echo "write repo" sudo cat>/etc/yum.repos.d/pgdg-redhat-12.repo<<EOF [pgdg12] name=pgdg12 baseurl=https://mirrors.cnnic.cn/postgresql/repo ...
分类:数据库   时间:2020-02-02 01:45:28    阅读次数:237
DVWA靶机-sql自动注入
1. 使用dvwa靶机进行sql注入实战(注:当前靶机安全级别为low) 打开sql漏洞,发现输入不同的数字会返回不同的信息, 先尝试手工判断是否存在sql注入 一般sql注入语句像这样,我们构造的是后面两个单引号里面的内容 select * from users where userid='*' ...
分类:数据库   时间:2020-02-01 23:33:31    阅读次数:114
Metasploit使用教程(一)
Step1:启动postsql数据库 root@kali:~# service postgresql start Step2:初始化msf数据库 root@kali:~# msfdb init [i] Database already started[+] Creating database use ...
分类:Web程序   时间:2020-01-30 19:02:43    阅读次数:686
Yii2框架连接postgreSql
Yii2框架连接postgreSql
分类:数据库   时间:2020-01-29 23:41:54    阅读次数:83
3321条   上一页 1 ... 33 34 35 36 37 ... 333 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!