Pages: Previous12
Current Page: 2 of 2
Re: Can't Access Phpmyadmin After Installing Wamp
Posted by: kautrand (---.hsd1.wa.comcast.net)
Date: July 29, 2012 10:07PM

Thanks. Win is still a Preview Version. Problem may? be fixed in final release.

Options: ReplyQuote
Re: Can't Access Phpmyadmin After Installing Wamp
Posted by: tdeviant (---.range86-168.btcentralplus.com)
Date: October 25, 2012 10:58AM

HI

I am having the same problem with Wamp 2.2

Please can you help.

I have tried all the solutions here with no joy sad smiley

Options: ReplyQuote
Re: Can't Access Phpmyadmin After Installing Wamp
Posted by: tdeviant (---.range86-168.btcentralplus.com)
Date: October 25, 2012 11:06AM

I re-installed over the top and seems to be working now

Options: ReplyQuote
Re: Can't Access Phpmyadmin After Installing Wamp
Posted by: coradex (---.4-4.cable.virginmedia.com)
Date: November 11, 2012 02:03AM

I am really struggling with this, I have recently upgraded my machine to windows 8 and do not seem to get MySQL to work, when I try to goto localhost/phpmyadmin I get "You don't have permission to access /phpmyadmin/ on this server."

I have tried everything listed on this post but to no avail, any assistance would be greatly appreciated

Options: ReplyQuote
Re: Can't Access Phpmyadmin After Installing Wamp
Posted by: RiggsFolly (---.as13285.net)
Date: November 11, 2012 04:46PM

This could be a number of things;

Have you checked your HOSTS file. On some Win 8 systems it does not exist and others it has locahost commented out.

File c:\windows\system32\drivers\etc\hosts

Should have the following:

127.0.0.1 localhost
::1 localhost


The first line is for IPV4 and the second for IPV6. I personally like to comment out the ::1 localhost as it can cause other complications, comment is a '#' in column 1 of the file.




The hosts file is protected by windows, in order to save it you must have Administrator privilages.
Vista/W7/W8 you may think you are an Administrator BUT YOU ARE NOT.

To successfully save the hosts file do this to launch your editor with Admin Privilages.

Locate your editors icon on the desktop or from the Start menus ( notepad will do if you have nothing else )
left click + shift over your chosen editor icon - will show a menu.
select "Run As Administrator" from the menu.
Navigate your editor to the c:\windows\system32\drivers\etc\hosts file.

When you have made changes you will now be allowed to save them.

Options: ReplyQuote
Re: Can't Access Phpmyadmin After Installing Wamp
Posted by: jenUnderscore_ (75.98.19.---)
Date: November 22, 2012 07:21PM

Hello!

So it looks like they've changed the way things work in this new version. You'll have follow a new method to set-up virtual servers. Thorough instructions here: [www.apptools.com]

To fix the problem with phpMyAdmin, take a look here: [stackoverflow.com]

Cheers,
Jen_

Options: ReplyQuote
Re: Can't Access Phpmyadmin After Installing Wamp
Posted by: notorious (---.19-2.cable.virginmedia.com)
Date: December 11, 2012 05:20PM

Hi im having issues with this to. I uninstalled Xampp so i could use wamp instead now i can't access php my admin

Options: ReplyQuote
Re: Can't Access Phpmyadmin After Installing Wamp
Posted by: emreosmn (213.43.73.---)
Date: January 16, 2013 11:11AM

SAME PROBLEM TOO: Localhost run, work but phpmyadmin not run work.

Only change this hosts file. ::1 -> # ::1
(in c:\windows\....\etc\hosts )

MUST RESTART WINDOWS.
Because windows not see this change.

Maybe its not work. !!

MUST RESTART AGAIN

No other ways. Restart again.

Win 7 see only 127.0.0.1
Close other ways..
Thanks.

Options: ReplyQuote
Re: Can't Access Phpmyadmin After Installing Wamp
Posted by: RiggsFolly (---.as13285.net)
Date: January 16, 2013 12:18PM

To flush the windows DNS Cache do the following from a command line started with 'Run as Administrator'

>net stop "DNS Client"
>net start "DNS Client"

quotes required as there is a space in the service name!


Once you have changed hosts file to comment out ::1 ( # ::1 )

edit httpd.conf ( use the link on wampmanager menus to make sure you edit the correct file )

Find the line
Listen 80

and change it to

Listen 0.0.0.0:80

This will tell apache to only listen on the IPV4 address range, hence remove the ipv4 ipv6 confusion

Options: ReplyQuote
Re: Can't Access Phpmyadmin After Installing Wamp
Posted by: showstopper (---.dynamic.tstt.net.tt)
Date: February 24, 2013 06:09AM

open the httpd.conf and find the line Allow from 127.0.0.1 and add Allow from ::1 below it to fix that error and u will need to edit the alias files for phpmyadmin ,sqlbuddy and webgrind smiling smiley

Fitcom - Technology and SEO with a side of awesome

Installing and Configuring a WAMP Server in Windows 7 & 8

Options: ReplyQuote
Pages: Previous12
Current Page: 2 of 2


Sorry, only registered users may post in this forum.