Hi

> On Wed, Mar 02, 2005 at 08:30:38PM +0100, mag wrote:
> > If there are multiple instances of the mysql daemon, stopping one stops
> > all.

IIRC there's another bug request regarding such an isseu.
People have really several mysqlds running, e.g. in webserver chroot's.

Our current scripts check with /bin/ps if "the" server is still running as
*did* occur that a /etc/init.d/stop was not enough.

We now have three choices:
- just do /etc/init.d/mysql stop and if the server is still running
  afterwards it's bad luck
- stick with the current way of killing all mysqld
- improving the script to maybe first fetch the PID out of the .pid file,
  then do /etc/init.d/mysql stop and after that check ps just for the pid.

I'm for 3. - any volunteers for a proper patch? :)

bye,

-christian-

Attachment: pgpkboopXuGDj.pgp
Description: PGP signature

Reply via email to