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

7 lines
184 B

#!/usr/bin/env 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" 2>&1 | grep -v "Using a password"
done