mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-17 17:27:57 +00:00
7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
#find_my_cnf_file 12345
|
|
|
|
echo /var/lib/mysql/my.cnf > $1
|
|
|
|
cp samples/ps-mysqld-004.txt /tmp/percona-toolkit
|