centos Mysql使用mysqldump备份数据库
centos Mysql使用mysqldump备份数据库1 mysqldump 需要的权限 select reload locktables replicationc showview process2 备份时的参数 single t...
centos使用crontab调度任务
centos使用crontab调度任务crontab 是 centos 上执行定时任务的非常好用的工具 安装和使用教程如下 1 yum 安装 crontabyumin 启动相关命令 servicecrond 启动 servicecro...
centos服务器配置elasticsearch
centos服务器配置elasticsearch1 下载官网下载地址 https www elastic co cn downloads elasticsearc 选择版本下载地址 https www elastic co cn do...
centos安装邮件服务
centos安装邮件服务1 查看是否已安装邮件服务 rpm qa grepmail2 如果没有 mailx 则安装 yuminstall ymailx3 配置 cat etc mail rcsetfrom xxx comsetsmtp...