mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 23:45:44 +00:00
Make start-sandbox sed -e MYSQLD in the start script in case mysqld isn't in basedir/bin.
This commit is contained in:
@@ -49,7 +49,7 @@ echo -n "Starting MySQL test server on port PORT... "
|
||||
# Start MySQL.
|
||||
cwd=$PWD
|
||||
cd $BASEDIR
|
||||
$BASEDIR/bin/mysqld --defaults-file=/tmp/PORT/my.sandbox.cnf > /dev/null 2>&1 &
|
||||
$BASEDIR/MYSQLD --defaults-file=/tmp/PORT/my.sandbox.cnf > /dev/null 2>&1 &
|
||||
cd $PWD
|
||||
|
||||
# Wait for MySQL to actually be up, i.e. to respond to queries.
|
||||
|
Reference in New Issue
Block a user