Installing WampServer 2 on Windows
Download and install “Visual C++ 2010 SP1 Redistributable Package x86 or x64” which is a pre-requisite for WampServer. Download the installer from http://www.wampserver.com/en/#download-wrapper This will install all the below components: Apache: 2.4.4 MySQL : 5.6.12 PHP : 5.4.12 PHPMyAdmin: 4.0.4 SqlBuddy : 1.3.3 XDebug : 2.2.3 and also takes care of auto linking these components and defining their default values. The Default login for phpMyAdmin page are below: username: root password: (blank) After you login, click on Change Password and set new value. Default installation configuration will be as below: Database server Server: localhost via TCP/IP […]
Read more