mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-11 13:40:07 +00:00
7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
#get_mysql_timezone
|
|
|
|
echo EDT > $1
|
|
|
|
cp samples/mysql-variables-001.txt /tmp/percona-toolkit-mysql-variables
|