mysql install on localhost...

download xampp you have the choise to install apache and mysql with it. or you can go the the makers microsoft version and click download. its a rather straight forword setup if you use xampp
 
Download Apache of apachefoundation
Download php fron php.net
Download MySql Community server from mysql.com

Install apache using the settings you need. Install php (the config director is /apachefoundation/conf). The youw ill have to restart you web server make a fiel call it w/e.php test that works if so open httpd.conf and add index.php to the index fiels list. Restart again and test this worked. After that you can isntall MySql and configure it.
 
Download Apache of apachefoundation
Download php fron php.net
Download MySql Community server from mysql.com

Install apache using the settings you need. Install php (the config director is /apachefoundation/conf). The youw ill have to restart you web server make a fiel call it w/e.php test that works if so open httpd.conf and add index.php to the index fiels list. Restart again and test this worked. After that you can isntall MySql and configure it.

Or you can use just xampp? 1 click install
He's not trying to create a webhost :P
 
Back