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 !
![[Ask]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/ask.png)
![[Bloglines]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/bloglines.png)
![[del.icio.us]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/digg.png)
![[Furl]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/furl.png)
![[StumbleUpon]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/stumbleupon.png)
![[Technorati]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/technorati.png)

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