您好,欢迎来到 - 67学习网 - http://www.67xuexi.com !

利用logrotate对MySQL日志进行轮转

摘要:EXITVALUE=$? if [ $EXITVALUE != 0 ]; then /usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]" fi exit 0 [root@lx202 /etc/cron.daily ]# cat /etc/logrotate.conf 上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] 下一页
利用logrotate对MySQL日志进行轮转,标签:服务器,操作系统教程大全,http://www.67xuexi.com
EXITVALUE=$?  if [ $EXITVALUE != 0 ]; then      /usr/bin/logger -t logrotate "ALERT exited abnormally with [$EXITVALUE]"  fi  exit 0  [root@lx202 /etc/cron.daily ]# cat /etc/logrotate.conf 

上一页  [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25]  下一页


Tag:服务器_操作系统教程服务器,操作系统教程大全电脑教程 - 服务器_操作系统教程

《利用logrotate对MySQL日志进行轮转》相关文章