log_error "--syslog requested, but no 'logger' program found. Please ensure that 'logger' is in your PATH, or do not specify the --syslog option to mysqld_safe."
log_error "--syslog requested, but no 'logger' program found. Please ensure that 'logger' is in your PATH, or do not specify the --syslog option to mysqld_safe."
rm-f"$safe_pid"# Clean Up of mysqld_safe.pid file.
exit 1
exit 1
fi
fi
fi
fi
...
@@ -483,7 +456,6 @@ does not exist or is not executable. Please cd to the mysql installation
...
@@ -483,7 +456,6 @@ does not exist or is not executable. Please cd to the mysql installation
directory and restart this script from there as follows:
directory and restart this script from there as follows:
./bin/mysqld_safe&
./bin/mysqld_safe&
See http://dev.mysql.com/doc/mysql/en/mysqld-safe.html for more information"
See http://dev.mysql.com/doc/mysql/en/mysqld-safe.html for more information"
rm-f"$safe_pid"# Clean Up of mysqld_safe.pid file.
exit 1
exit 1
fi
fi
...
@@ -577,7 +549,6 @@ then
...
@@ -577,7 +549,6 @@ then
if @FIND_PROC@
if @FIND_PROC@
then# The pid contains a mysqld process
then# The pid contains a mysqld process
log_error "A mysqld process already exists"
log_error "A mysqld process already exists"
rm-f"$safe_pid"# Clean Up of mysqld_safe.pid file.
exit 1
exit 1
fi
fi
fi
fi
...
@@ -588,7 +559,6 @@ then
...
@@ -588,7 +559,6 @@ then
$pid_file
$pid_file
Please remove it manually and start $0 again;
Please remove it manually and start $0 again;
mysqld daemon not started"
mysqld daemon not started"
rm-f"$safe_pid"# Clean Up of mysqld_safe.pid file.
exit 1
exit 1
fi
fi
fi
fi
...
@@ -674,5 +644,3 @@ done
...
@@ -674,5 +644,3 @@ done
log_notice "mysqld from pid file $pid_file ended"
log_notice "mysqld from pid file $pid_file ended"
rm-f"$safe_pid"# Some Extra Safety. File is deleted