Mailinglist Archive: opensuse (4570 mails)
| < Previous | Next > |
Re: [SLE] mysql on suse 10
- From: Ken Schneider <suse-list@xxxxxxxxxxxxx>
- Date: Thu, 17 Nov 2005 12:41:48 +0000 (UTC)
- Message-id: <1132231302.8052.9.camel@xxxxxxxxxxxxxxxxx>
On Thu, 2005-11-17 at 08:18 +0000, Dylan wrote:
> On Thursday 17 Nov 2005 08:00, Ferdinando Bassi wrote:
> > Hi.
> > I made MySQL start at boot adding it do Xinetd.
> > Then I changed password using /usr/bin/mysqladmin -u command
> > Then I installed phpMyAdmin.
> > All is working good but, at reboot, I get this message from kernel:
> >
> > entering runlevel 3
> > ...
> > mysql service failed
> > ..
> > skipped services: mysql
> >
> > but phpMyAdmin is working and I can work on mysql databases...
> > So what's wrong?
>
> Nothing - Xinetd is starting MySql on demand, exactly as it is supposed
> to do.
>
Which is -not- how you should run a database. Use insserv mysql to have
it start at boot time.
--
Ken Schneider
UNIX since 1989, linux since 1994, SuSE since 1998
> On Thursday 17 Nov 2005 08:00, Ferdinando Bassi wrote:
> > Hi.
> > I made MySQL start at boot adding it do Xinetd.
> > Then I changed password using /usr/bin/mysqladmin -u command
> > Then I installed phpMyAdmin.
> > All is working good but, at reboot, I get this message from kernel:
> >
> > entering runlevel 3
> > ...
> > mysql service failed
> > ..
> > skipped services: mysql
> >
> > but phpMyAdmin is working and I can work on mysql databases...
> > So what's wrong?
>
> Nothing - Xinetd is starting MySql on demand, exactly as it is supposed
> to do.
>
Which is -not- how you should run a database. Use insserv mysql to have
it start at boot time.
--
Ken Schneider
UNIX since 1989, linux since 1994, SuSE since 1998
| < Previous | Next > |