PDA

View Full Version : apache and mysql



dr_rude
10-09-2004, 04:24 AM
Good day,

How to start mysql and apache services automatically when knoppix start?
Instead of having to type "mysqld" and "apache" at konsole?

shah
10-09-2004, 05:43 AM
update-rc.d apache defaults
update-rc.d mysql defaults

This will add entry on your /etc/rcX so that it can run upon boot and killed upon shutdown.

:D :D

dr_rude
10-11-2004, 02:37 AM
tq shah. :D

it works fine.