1. Test Data A whois_range collection, contai…
数据库
如何在Debian 10上安装MongoDB
官方安装:https://www.mongodb.com/docs/manual/tutorial/insta…
mysql联合索引
命名规则:表名_字段名 1、需要加索引的字段,要在where条件中 2、数据量少的字段不需要加索引 3、如果w…
redis 报错 Redis protected-mode 配置文件没有真正启动
(error) DENIED Redis is running in protected mode becau…
postgresql中schema概念
schema概念有点像命名空间或者把它想像成一个文件系统中的目录,差别就是这个schema下不能再有schem…
postgresql安装配置
yum安装 尝试查找 yum list | grep postgresql yum list postgres…
PostgreSQL新手入门
自从MySQL被Oracle收购以后,PostgreSQL逐渐成为开源关系型数据库的首选。 本文介绍Postg…
postgresql基础操作
安装 Install the repository RPM: yum install https://down…
mysql IP限制 iP授权
远程连接Mysql时提示如下: 错误码:1045 Access denied for user ‘…
mysql基础操作
mysql -u root -h 127.0.0.1 mysql -u root -h 127.0.0.1 …