Browse Source

Merge up to mysql-next-mr-bugfixing

pull/374/head
Jonathan Perkin 16 years ago
parent
commit
6eaad620ee
  1. 2
      support-files/mysql.server.sh

2
support-files/mysql.server.sh

@ -303,7 +303,7 @@ case "$mode" in
then
mysqld_pid=`cat "$mysqld_pid_file_path"`
if (kill -9 $mysqld_pid 2>/dev/null)
if (kill -0 $mysqld_pid 2>/dev/null)
then
echo $echo_n "Shutting down MySQL"
kill $mysqld_pid

Loading…
Cancel
Save