Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Aug 2005 00:30:48 +1000
From:      Norberto Meijome <freebsd@meijome.net>
To:        Aidan Whyte <aidanwhyte@eircom.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: mysqld startup problems
Message-ID:  <43131C18.5030101@meijome.net>
In-Reply-To: <431319BC.2050008@eircom.net>
References:  <43122387.3090202@eircom.net> <431319BC.2050008@eircom.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Aidan Whyte wrote:
> Anyone have any ideas at all about this?

Not directly, but when I find myself in this pickle, I try to see what 
exactly is the process doing:

$ ktrace /usr/local/etc/rc.d/mysql-server.sh start

( wait for it to finish )

kdump -f ./ktrace.out | less

and look for any errors / etc, and take it from there. you'll be able to 
see any access errors / file not found,etc (i'd say it's a missing 
directory or wrong access in a directory for mysql user)

good luck.
B




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43131C18.5030101>