Starting MySQL/opt/local/share/mysql5/mysql/mysql.server: line 159: kill: (580) - No such process
152 wait_for_pid () {
153 i=0
154 while test $i -ne $service_startup_timeout ; do
155 sleep 1
156 case "$1" in
157 'created')
158 test -s $pid_file && i='' && break
159 kill -0 $2 || break # if the program goes away, stop waiting
160 ;;
161 'removed')
and I get these messages now:
Workaround Bonjour: Unknown error: 0
I don't think they are anything to do with mysql, perhaps apache2 since it doesn't do zeroconf stuff like the vendor-supplied httpd.
--