Re: Starting MySQL and Apache at boot time

2002-12-08 Thread Tuan Hoang
ntsysv is meant for console use. Useful if you're just telnet'ed or ssh'ed in w/o the capability to remote the display. The new config program is call "redhat-config-services". It's also in the menu under Server Settings -> Services. Tuan On Sat, 7 Dec 2002, Ryan McDougall wrote: > Thanx gu

Re: Starting MySQL and Apache at boot time

2002-12-07 Thread Hakan Terzioglu
And as an addition ; for a CLI config tool give the command # ntsysv -- Hakan Terzioglu On Sat, 2002-12-07 at 20:31, Ryan McDougall wrote: > Hello everyone, > > I just want to make sure if I have this correctly. To start these 2 up at boot > time I can just rename the script in /etc/rc.d/rc

Re: Starting MySQL and Apache at boot time

2002-12-07 Thread Ryan McDougall
Thanx guys for the speedy response, corrections and the pointers to read up on this stuff thanx!! __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com -- Psyche-list mailing list [EMAIL PROTECTED] http

Re: Starting MySQL and Apache at boot time

2002-12-07 Thread ABrady
On Sat, 7 Dec 2002 10:31:11 -0800 (PST) Ryan McDougall <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I just want to make sure if I have this correctly. To start these 2 up > at boot time I can just rename the script in /etc/rc.d/rc#.d/K##mysql > to S##mysql correct? If not please let me know h

Re: Starting MySQL and Apache at boot time

2002-12-07 Thread Christopher McCrory
Hello... /sbin/chkconfig httpd on /sbin/chkconfig mysqld on /sbin/chkconfig --list | grep "httpd\|mysqld" man chkconfig cOn Sat, 2002-12-07 at 10:31, Ryan McDougall wrote: > Hello everyone, > > I just want to make sure if I have this correctly. To start these 2 up at boot > time I can just r

Starting MySQL and Apache at boot time

2002-12-07 Thread Ryan McDougall
Hello everyone, I just want to make sure if I have this correctly. To start these 2 up at boot time I can just rename the script in /etc/rc.d/rc#.d/K##mysql to S##mysql correct? If not please let me know how to do this... Oh yeah I only have a CLI no X on this beast!! Oh yeah and which rc#.d folde