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 start automatically.
> Thanx
> Martin

if you installed mysql and httpd from RPM, you can control it using redhat's 
chkconfig. As root in console:

$> chkconfig mysqld on
$> chkconfig mysqld off

see also: man chkconfig

RDB

-- 
Reuben D. Budiardja
Department of Physics and Astronomy
The University of Tennessee, Knoxville, TN


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to