Link to home
Start Free TrialLog in
Avatar of PawloA
PawloAFlag for Canada

asked on

how to install mysql and php locally on local computer running on Windows 7

Hello. I may have made up some mistakes on my system in order to get me to test a simple database scritpt I created online. I want to be able to create and test php/mysql script on my computer first before putting it online. The problem is that everyone has a different method of installing what in what order and this coupled with reading many different installation procedures have been giving me no end of problems. Here is what I did.
I installed IIS which was recommended and installed 3 different php servers with different settings from developer to server settings. I also installed mysql.
so I would like to remove all versions of mysql and php and ISS and start from scratch. I have files in a directory that work online and are stored in a directory on my computer. So what is the recommended course of action to resolve this????? Any help would be appreciated.
Avatar of sangramp
sangramp

Hi,

Just unstall php from control panel and remove the "php" viz folder on your c or d drive where your software gets installed. and re-install the php software.
if you would like to use the IIS refer below
install php, mysql with IIS  
http://wiki.phpgedview.net/en/index.php?title=Install_IIS_with_PHP_and_MySQL
or if would like to use apache server insted of IIS
just try XAMP..one click to install everything..
Hi,

Remove all of the versions of PHP and mysql, along with IIS and install WAMP (http://www.wampserver.com/en/).

This installer will install and configure mysql, php and apache web server for you, so that everything works out of the box.

hth

-null-
using apache+php makes life easy and faster...so try with apache server insted of IIS
As -null- suggests WAMP is a very powerful testbed for PHP and MySQL - I find it a great solution as you can choose your version of apache, php and MySQL, this way if you are working with a CMS or another framework you can pick you specific versions of the software for testing.
yes, you can choose the XAMP or WAMP
http://www.apachefriends.org/en/xampp-windows.html 
Avatar of PawloA

ASKER

great. I installed both wamp and xampp and none of them will start the php or mysql services and I can't go into the admin panel in mysql to create a database.
ASKER CERTIFIED SOLUTION
Avatar of boraganesh
boraganesh
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial