4 Star 11 Fork 6

dreamlee / swoole

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
check_mysql_server.sh 346 Bytes
一键复制 编辑 原始数据 按行查看 历史
dreamlee 提交于 2018-08-21 09:26 . 新增数据库连接池
#!/bin/bash
count=`ps -fe |grep "mysql.php" | grep -v "grep" | wc -l`
if [ $count -lt 1 ]; then
ps -eaf |grep "mysql.php" | grep -v "grep"| awk '{print $2}'|xargs kill -9
sleep 2
ulimit -c unlimited
/usr/local/php/bin/php /data/wwwroot/swoole/mysql/mysql.php
echo $(date +%Y-%m-%d_%H:%M:%S) >/data/wwwroot/swoole/websocket/restart_mysql.log
fi
PHP
1
https://gitee.com/dreamleez/swoole.git
git@gitee.com:dreamleez/swoole.git
dreamleez
swoole
swoole
master

搜索帮助