williampritchard Posted March 1, 2013 Posted March 1, 2013 When I installed Wamp server 2.2 in my pc which is running on windows 8, Now i'm having a problem regarding phpmyadmin and it says that “it cannot access the phpmyadmin”. I tried http://localhost and http://127.0.0.1 but it also not working. Please suggest me what do to.?
MrPhil Posted March 1, 2013 Posted March 1, 2013 If you already have a "real" online server, I would strongly suggest that you make a "sandbox" directory there to do development work on. You'll find it so much easier knowing that the Server, PHP, and MySQL levels will all match with the real server when you go live with your site. I don't know why so many people recommend using a PC-based *AMPP stack -- it always leads to problems when it comes time to transfer to a real server. And that's not even counting the work to install and get the stack working in the first place! Now, if you don't have a real server, and have to use *AMPP for your development work (until you get a real server), that's a different issue. Are you unable to access phpMyAdmin at all? Did it come preconfigured with the *AMPP stack, or did you install phpMyAdmin? Are you confused in your terminology and are really referring to MySQL (the database server)? In configure.php, it would probably be "localhost" or maybe "127.0.0.1", without http://.
oscMarket Posted March 11, 2013 Posted March 11, 2013 Documentation to install WAMP on win 8 is ofcourse best to find on the wamp homepage: http://forum.wampserver.com/read.php?2,83382 or: http://forum.wampserver.com/read.php?2,109736 or simple to a google search for: wamp windows 8 Grtzz
Recommended Posts
Archived
This topic is now archived and is closed to further replies.