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! :)

If you're new here, you may want to subscribe to my RSS feed or get my latest post directly in your mailbox. Thanks for visiting !

Related Post:
  • How to Setup Your Web Development Server in 7 Minutes
  • Apache Friends:XAMPP
  • MySQL bought by Sun Microsystems
  • How to create .htaccess file in windows
  • Arejae.Com with a new theme



  • Can't find what you are looking for? Go Gooogle...
    Google

    One Response to “How to run Apache and MySql as a services”

    1. [...] Tips : Setting apache and mysql to run as a services. [...]

    Leave a Reply

      Enable CommentLuv which will try and parse your last blog post, please be patient while it finds it for you