3 lines
87 B
Bash
3 lines
87 B
Bash
|
#!/usr/bin/env bash
|
||
|
mysqladmin ping --silent -hlocalhost -uroot -p$MYSQL_ROOT_PASSWORD
|