You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/test/cluster/stop.sh

6 lines
140 B

#/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