Closing Apache and create SQL databases

liunx

Guest
I have installed Apache and PHP to test my scripts offline. Apache starts in a console window. How do I close this console window (without clicking X and getting the DOS warning)?

I would like to start using SQL databases. How do I create SQL databases?

Thanks in advance people.type exit in the dos window or close, can't remember for apache. it warns you because Apache is till running.

to make a SQL database you need mysql. <!-- w --><a class="postlink" href="http://www.mysql.com">www.mysql.com</a><!-- w -->

install that and configure it and then get phpMyAdmin (<!-- m --><a class="postlink" href="http://www.phpmyadmin.net">http://www.phpmyadmin.net</a><!-- m -->) to work in it
 
Back
Top