2 lines
40 B
Bash
2 lines
40 B
Bash
mysqld_pid=`cat $1`
|
|
kill -9 $mysqld_pid
|
mysqld_pid=`cat $1`
|
|
kill -9 $mysqld_pid
|