mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-17 08:57:24 +00:00
7 lines
124 B
Bash
Executable File
7 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
#find_my_cnf_file 12346
|
|
|
|
echo /tmp/12346/my.sandbox.cnf > $1
|
|
|
|
cp samples/ps-mysqld-001.txt /tmp/percona-toolkit
|