me,myself,english and programming..

How to run Apache and MySql as a services

Setting apache to run as a services.

C:\apache>apache -i
Installing the Apache service
The Apache service has been installed successfully.

C:\apache>net start apache
The Apache service is starting.
The Apache service was started successfully.

C:\apache>net stop apache
The Apache service is stopping.
The Apache service was stopped successfully.

Setting mysql to run as a services.

C:\apache\mysql>mysqld –install
Service successfully installed.

C:\apache\mysql>net start mysql
The MySql service is starting.
The MySql service was started successfully.

C:\apache\mysql>net stop mysql
The MySql service is stopping.
The MySql service was stopped successfully.

You can set this services to start automatically once you start your pc. Now,you don’t need to run it manually whenever you want to do your web programming.

Happy programming! :)

  1. 2 Responses to “How to run Apache and MySql as a services”

  2. By risi on Jul 20, 2009 | Reply

    Anda boleh setting apache + mysql dengan menggunakan perisian Xammp. Panduan untuk install boleh dapatkan disini http://www.risi.com.my/download/install_xampp.zip/

  1. 1 Trackback(s)

  2. Sep 23, 2006: Arejae.Com — How to Setup Your Web Development Server in 7 Minutes

Post a Comment