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