Files
percona-toolkit/sandbox/servers/use

8 lines
117 B
Bash
Executable File

#!/bin/sh
BASEDIR="PERCONA_TOOLKIT_SANDBOX"
$BASEDIR/bin/mysql --defaults-file=/tmp/PORT/my.sandbox.cnf "$@"
exit