mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 13:11:32 +00:00
10 lines
211 B
Bash
Executable File
10 lines
211 B
Bash
Executable File
#!/bin/bash
|
|
#get_mysql_version
|
|
|
|
cat <<EOF > $1
|
|
Version | 5.0.51a-24+lenny2 (Debian)
|
|
Built On | debian-linux-gnu i486
|
|
EOF
|
|
|
|
cp samples/mysql-variables-001.txt /tmp/aspersa-mysql-variables
|