[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How to disable /usr/bin/safe_mysqld when reboot RAQ4 ?
- Subject: Re: [cobalt-users] How to disable /usr/bin/safe_mysqld when reboot RAQ4 ?
- From: support@xxxxxxxxxxxx
- Date: Tue Dec 3 20:26:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Thank you all.
I want to disable both "safe_mysqld" and "mysql".
When I run "chkconfig mysql off", the "safe_mysqld" processes still running..
Nucharin.
> On Tue, 3 Dec 2002, Jeff Lasman wrote:
>
> > support@xxxxxxxxxxxx wrote:
> >
> > > Does it run every reboot ?
> >
> > Presumably, if it's set up properly.
> >
> > > How to disable ?
> >
> > > /usr/bin/safe_mysqld
> >
> > You've probably got a file called /etc/rc.d/rc3.d/S90mysql or similar
> > (the number after the "S" could be different.
> >
> > Just rename it to K90mysql and safe_mysqld won't run at startup
> > anymore. To get it to run at startup again, just rename it back.
> >
>
> Or run
> chkconfig mysql off
> and to turn it back on
> chkconig mysql on
>
>
> I thought that he wanted to run mysql but not safe_msqld
>
>
> Gerald