mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-14 15:33:49 +00:00
11 lines
234 B
Bash
Executable File
11 lines
234 B
Bash
Executable File
#!/bin/bash
|
|
#parse_mysqld_instances
|
|
|
|
cat <<EOF > $1
|
|
Port Data Directory Socket
|
|
===== ========================== ======
|
|
3306 /mnt/data-store/mysql/data /tmp/mysql.sock
|
|
EOF
|
|
|
|
cp samples/ps-mysqld-003.txt /tmp/aspersa
|