kill_master.sh
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. kill -9 `cat var/run/master.pid`
  2. # The kill may fail if process has already gone away,
  3. # so don't use the exit code of the kill. Use 0.
  4. exit 0