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