mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 18:30:16 +00:00
8 lines
117 B
Bash
Executable File
8 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
|
|
BASEDIR="PERCONA_TOOLKIT_SANDBOX"
|
|
|
|
$BASEDIR/bin/mysql --defaults-file=/tmp/PORT/my.sandbox.cnf "$@"
|
|
|
|
exit
|