Simple~
  • 首页
  • 归档页面
  • 友情链接
  • 关于
  • 归档页面
    友情链接
    关于
首页 标签 mysql 下的文章

mysql监测挂掉自动重启

不仅适用mysql,nginx,tomcat同理原理是利用检查本机服务,来查看mysql是否挂掉,如果mysql挂掉,则进行重启操作。具体代码如下:#!/bin/bash pgrep mysqld &> /dev/null if [ $? -gt 0 ] then echo "`date` mysql is stop" >> /home/wwwl...

 默认分类  2021-12-20 PM  80次  0条

Using command line to install MySQL 5.6 in Windows 10

Current Environment:Windows 10 LTSCDownload MySQL (Download MySQL (version suitable for Windows). I use mysql-5.6.51-winx64 here. You can download it from the official website or my software park )...

 默认分类  2021-05-26 AM  132次  0条

 栏目分类

  •  默认分类28

标签云

pythonshellimagedebianbackupone drivephprsyncDDrcloneonemanger-phpgoogle drivefail2bancommand linesednginxfdiskproxymysqlwindowsaria2ubuntumount

友情链接

© 2022 Simple~ Powered by Typecho Theme by Echo