mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 05:58:16 +00:00
5.7 sandbox db corrected - url of test db changed
This commit is contained in:
@@ -61,7 +61,7 @@ fi
|
||||
if [ -z "$MYSQL_BASE_DIR" ]; then
|
||||
(
|
||||
cd $MYSQL_BIN_DIR
|
||||
wget -q -O mysql.tar.gz http://hackmysql.com/barebones/$APP/$MYSQL/$ARCH \
|
||||
wget -q -O mysql.tar.gz http://10.10.7.145:8000/barebones/$APP/$MYSQL/$ARCH \
|
||||
|| exit 1
|
||||
tar xvfz mysql.tar.gz
|
||||
rm mysql.tar.gz
|
||||
|
Reference in New Issue
Block a user