mirror of https://github.com/sysown/proxysql
parent
ceebda3cd7
commit
c2266d9313
@ -0,0 +1,5 @@
|
||||
#/bin/bash
|
||||
echo "Stopping all nodes"
|
||||
for i in `seq 1 9` ; do
|
||||
mysql -u admin -padmin -h 127.0.0.1 -P2600$i -e "PROXYSQL SHUTDOWN SLOW"
|
||||
done
|
||||
Loading…
Reference in new issue