World of Kael

  • Linux
    • 发行通用
    • ReadHat/CentOS
    • SuSE/openSUSE
  • Python
    • Python2
    • Python3
  • web服务
    • Nginx/Apache
    • Tomcat/Jboss
    • PHP
    • SEO
  • 大数据
    • ClickHouse生态
    • Hadoop生态
  • 容器技术
    • Docker
  • 数据库
    • Mysql/MariDB
    • MongoDB
    • Oracle
    • Redis
  • 高可用性
    • 负载均衡
  • 开发管理
    • Git
    • Phabricator
  • 生活记录
    • 番外篇

数据库

Mysql/MariDB 发行通用

利用sendEmail工具发送查询mysql结果

#!/bin/bash #filename=sendemail.sh SENDM=/usr/loca 阅读更多…

由Kael Wang,3 年2021-12-21 前
Oracle 发行通用

shell提取oracle数据

通常情况下,我们使用SPOOL方法,将数据库中的表导出为文本文件的时候会采用两种方法,如下述: 方法 阅读更多…

由Kael Wang,7 年2018-06-22 前
MongoDB

mongodb副本集基础搭建

一.mongodb副本集方式集群搭建 以三台设备三个节点为例,192.168.1.136 当作副本集 阅读更多…

由Kael Wang,9 年2016-12-12 前
MongoDB Nginx/Apache

利用nginx-gridfs读取mongodb资源

1.nginx-gridfs插件配置说明(conf/nginx.conf) [gridfs]: ng 阅读更多…

由Kael Wang,9 年2016-12-05 前
Mysql/MariDB Python3

Python3监控Mysql基于GTID的主从状态

Python3监控Mysql基于GTID的主从状态 本文使用到的Python模块 使用telnetl 阅读更多…

由Kael Wang,9 年2016-09-07 前
Mysql/MariDB

Mysql基于GTID主从复制跳过异常

首先在mater主机查看当前进行到的GTID事务点,记录下来 mysql> show mast 阅读更多…

由Kael Wang,9 年2016-09-02 前
Mysql/MariDB

Mysql主从故障恢复

主从故障恢复(从主数据库备份恢复至从数据库:) 大数据量备份与还原,始终是个难点。当MYSQL超10 阅读更多…

由Kael Wang,9 年2016-09-02 前
Mysql/MariDB

Mysql编译安装数据迁移升级部署

Mysql编译安装数据迁移升级部署手册 确定系统版本 Ubuntu 14.04.3 LTS (GNU 阅读更多…

由Kael Wang,9 年2016-09-02 前
Mysql/MariDB

mysql5.6基于GTID主从同步方案

利用mysql5.6新版特性实现基于GTID的主从复制 主从服务器之前分别作以下操作: 确定主从关系 阅读更多…

由Kael Wang,9 年2016-06-23 前
PHP Redis

为php安装redis扩展

安装php-redis扩展下载:https://github.com/nicolasff/phpre 阅读更多…

由Kael Wang,9 年2016-06-23 前

文章分页

1 2 下一页
  • 主页
  • 关于 Kael