6 lines
55 B
Plaintext
6 lines
55 B
Plaintext
|
#!/bin/sh
|
||
|
HOME=/root
|
||
|
|
||
|
exec /usr/bin/mysqladmin status
|
||
|
|