

- Download wamp server for windows 10 install#
- Download wamp server for windows 10 Pc#
- Download wamp server for windows 10 windows 7#

Download wamp server for windows 10 install#
In my case, I was missing a couple of these, so I followed the links in the WampServer install package to install them. To see if these are installed, go to Add/Remove programs and look for Microsoft Visual C++. There are references to Visual C++ runtime libraries that need to be installed. Once the WampServer install package is downloaded, go ahead and run it, being sure to right click on the installation file and select “Run as administrator”.

I also noted the structure of each database and the users related to each so I could recreate the database setup after completing the upgrade.The WampServer forum posts referenced below recommended the export/import method in order to avoid possible corruption of the database. Instead of trying to migrate the MySQL databases by copying the ‘data’ directory, I decided to take the approach of exporting the databases from the existing install so I could import to the new install.The latter prevented me from accessing phpmyadmin, which I needed for the next step. I ran into some problems with the IIS services running on port 80 and with WAMP binding to an IPv6 address.
Download wamp server for windows 10 windows 7#
I hadn’t run WampServer since upgrading from Windows 7 to Windows 10. First, I made sure that my existing WampServer version 2.2 was still running and that my old websites would load.Here are the steps and resources I used to complete the upgrade.īefore downloading WampServer version 3.0, I did a little housekeeping to make sure I could keep my existing data. When I checked the WampServer site, I noticed that they had moved to version 3.0, while I was still on version 2.2. Recently, I decided to get back into playing around with WordPress and trying some other programming ideas. It made it much easier to experiment with changes in the WordPress setup and try out different themes.
Download wamp server for windows 10 Pc#
I had setup WampServer on my PC a couple of years ago when I launched my personal WordPress site. In order to do web development, it’s a good idea to have a local development environment setup.
