随笔分类 -  database

postgres 基本使用
摘要:\l 查看数据库 \q 退出 创建数据库 数据库备份 数据库恢复 PostgreSQL 连接的问题 阅读全文
posted @ 2017-08-10 17:32 doscho 阅读(2158) 评论(0) 推荐(0)
mariadb 集群使用
摘要:集群启动问题 在kvm虚机下,启动mariad,日志报如下错误: 对应的错误码: | 1081 | 08S01 | ER_IPSOCK_ERROR| Can't create IP socket 问题: mariadb的配置文件中,bind-address 的值不正确。 /etc/my.cnf 或 阅读全文
posted @ 2017-03-07 09:12 doscho 阅读(394) 评论(0) 推荐(0)
redis 安装使用
摘要:在 centos 7.2 系统上,安装使用redis。了解学习redis功能及特性。 版本: 3.2.4 1.安装: # yum install redis 2.配置: /etc/logrotate.d/redis/etc/redis-sentinel.conf/etc/redis.conf/etc 阅读全文
posted @ 2016-11-30 18:49 doscho 阅读(712) 评论(1) 推荐(0)