Monday, January 11, 2016

Installing XAMPP and MySQL workbench

                                                                                                                                                              
  
 Step 1
Download per-requirement  tools


Visual C++ Redistributable Packages for Visual Studio 2013https://www.microsoft.com/en-us/download/confirmation.aspx?id=40784

Dot Net Firm work
https://www.microsoft.com/en-us/download/confirmation.aspx?id=17113



Step 2
Download MySQL workbench and Xammp

MySQL workbench
http://dev.mysql.com/downloads/file/?id=460620

Xammp
https://www.apachefriends.org/index.html


Step 3

Open Xammp service and start the Apache and MySQL services.
If apache service gave an error check your windows firewall setting and restart the PC


Step 4

Upload your html file to root folder
"C:\xampp\htdocs\test\index.html"


Step 5

Access the site by browser
http://localhost/test/index.html



In-additional you can connect with phpmyadmin by browser in order to create and access the DB
http://localhost/phpmyadmin/





No comments:

Post a Comment