当前分类

数据库

redis-cli不能保存数据

用redis-cli 创建 set时,提示无法修改数据 错误信息如下 (error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Ple...

centos7从软件源中安装配置redis

redis是著名的键值存储数据库,centos7下安装方式也比较简单 开启epel源 yum install epel-release 安装redis yum install redis 监听所有ip的连接 vim /etc/redis.conf #注释掉 bind 127.0.0.1 增加密码认证 修改/etc/...

连接mysql时出现 Communications link failure

写javaweb的时候 通过dbcp连接池连接连接mysql时有时候会连接不上,并出现Communications link failure 错误 如下图所示 查阅相关资料 发现这是由于超过了mysql的空闲等待时间 而连接池错误的认为这个连接依然有效。这时可以重新配...

远程访问 mongodb

mongodb是一个比较著名的文档数据库。几天前在vps上装了mongodb,现在记录下配置远程连接的步骤。mongodb运行在debian9系统上。整个配置过程比较简单 打开配置文件 vim /etc/mongod.conf 注释掉 bindIp mongodb默认监听的是本机地...

返回顶部