mysql start scripts

#! /bin/bash mysqluser=root mysqlpass=123.com mysqlpath=/usr/mysql/bin mysqlprot=3306mysql start() { if [ netstat -tnlup | grep '$mysqlprot' | wc -l -lt 1 ];then echo "Mysql service try to starting."
相關文章
相關標籤/搜索