Re: startin mysql when booting

2003-10-02 Thread Klaus Zahradnik
Am Donnerstag, 2. Oktober 2003 16:15 schrieb Michael Schwendt: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > [...snip...] > > Why would you do that? running "chkconfig" and "setup" is much preferred > > that dont require you to change around files in rc3.d. And it will take > > care of it eve

Re: startin mysql when booting

2003-10-02 Thread Reuben D. Budiardja
On Thursday 02 October 2003 10:15 am, Michael Schwendt wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Thu, 2 Oct 2003 08:30:01 -0400, Reuben D. Budiardja wrote: > > On Thursday 02 October 2003 06:13 am, [EMAIL PROTECTED] wrote: > > > I'll assume you are using runtime 3 > > > > > >

Re: startin mysql when booting

2003-10-02 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 2 Oct 2003 08:30:01 -0400, Reuben D. Budiardja wrote: > On Thursday 02 October 2003 06:13 am, [EMAIL PROTECTED] wrote: > > I'll assume you are using runtime 3 > > > > rename /etc/rc3.d/K15httpd to S15httpd > > rename /etc/rc3.d/K12mysqld to S1

Re: startin mysql when booting

2003-10-02 Thread Michael Gargiullo
> On Thursday 02 October 2003 05:56 am, Martin Røpcke wrote: > > Hi, > > I am experimenting with mysql for the first time. I have to start mysql > > every time I boot to do work in my database. My question is where I have > > to make changes for mysql to start when booting. Also, I would like > >

Re: startin mysql when booting

2003-10-02 Thread Reuben D. Budiardja
On Thursday 02 October 2003 06:13 am, [EMAIL PROTECTED] wrote: > I'll assume you are using runtime 3 > > rename /etc/rc3.d/K15httpd to S15httpd > rename /etc/rc3.d/K12mysqld to S12mysqld Why would you do that? running "chkconfig" and "setup" is much preferred that dont require you to change aroun

Re: startin mysql when booting

2003-10-02 Thread Reuben D. Budiardja
On Thursday 02 October 2003 05:56 am, Martin Røpcke wrote: > Hi, > I am experimenting with mysql for the first time. I have to start mysql > every time I boot to do work in my database. My question is where I have > to make changes for mysql to start when booting. Also, I would like > httpd to star

Re: startin mysql when booting

2003-10-02 Thread Jim Herrick
chkconfig mysql on chkconfig httpd on - Original Message - From: "Martin Røpcke" <[EMAIL PROTECTED]> To: "RedHat List" <[EMAIL PROTECTED]> Sent: Thursday, October 02, 2003 11:56 AM Subject: startin mysql when booting > Hi, > I am experimenting with mysql for the first time. I have to st

Re: startin mysql when booting

2003-10-02 Thread damovand
On Thursday 02 October 2003 07:55 am, [EMAIL PROTECTED] wrote: > I am very new to linux AND computers so > please bear with me > > > I'll assume you are using runtime 3 > > Don't know. How do I find out? > > > rename /etc/rc3.d/K15httpd to S15httpd > > rename /etc/rc3.d/K12mysqld to S12mysqld > > >

Re: startin mysql when booting

2003-10-02 Thread Fajar Priyanto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 02 October 2003 10:55 pm, [EMAIL PROTECTED] wrote: > No! Sorry, but you will have to guide me > quite a bit. A reference to where I can do my > own studies is perfect. Don't want to be of > any nuisance. > Thankx > Martin An introductory b

RE: startin mysql when booting

2003-10-02 Thread mr
I am very new to linux AND computers so please bear with me > I'll assume you are using runtime 3 Don't know. How do I find out? > rename /etc/rc3.d/K15httpd to S15httpd > rename /etc/rc3.d/K12mysqld to S12mysqld > > You get the Idea No! Sorry, but you will have to guide me quite a bit. A r

RE: startin mysql when booting

2003-10-02 Thread pwallett
I'll assume you are using runtime 3 rename /etc/rc3.d/K15httpd to S15httpd rename /etc/rc3.d/K12mysqld to S12mysqld You get the Idea Hi, I am experimenting with mysql for the first time. I have to start mysql every time I boot to do work in my database. My question is where I have to make