PHPMyadmin is not working another PC
Posted by: jaishalg (---.246.78.161.static-ahmedabad.vsnl.net.in)
Date: March 28, 2008 11:12AM

Hi all,
I m using wamp server (Version 2.0), i m new for this
now i had installed it on one of my computer and if i m opening the phpmyadmin from another PC is hows me

Forbidden

You don't have permission to access /phpmyadmin/ on this server.

can anyone please guide me is there any permission to set to run phpmyadmin from another PC
please let me know

Thanks in advance

Options: ReplyQuote
Re: PHPMyadmin is not working another PC
Posted by: lilnigsta (---.fnbaonline.com)
Date: March 31, 2008 04:50PM

I'm having this same issue, i can access myphpadmin on the local machine, but not through my main machine on the network.

The workaround I'm using is to access the local machine that wampserver is installed on via Remote Desktop or VNC...

It'd be nice to figure that one out though.

Options: ReplyQuote
Re: PHPMyadmin is not working another PC
Posted by: DanS326 (---.client.mchsi.com)
Date: April 03, 2008 04:34PM

Im haveing the same issue I would like to have a machine dedicated to being a WAMP server and storage area and access and control the server from somewhere else but I cant get into phpmyadmin remotely

Options: ReplyQuote
Re: PHPMyadmin is not working another PC
Posted by: DanS326 (---.client.mchsi.com)
Date: April 03, 2008 05:48PM

alright after going through this forum one page at a time reading every thread marked phpmyadmin I found several theads with the same question. Until finally got the answer to this issue, in this thread

in the phpmyadmin.conf file in the alias directory (C:\\wamp\alias\phpmyadmin.conf)

change
order deny
allow from 127.0.0.1


to
order allow, deny
allow from all

when I opened the file the solution was glaring at me

this is what the file says

Alias /phpmyadmin "c:/wamp/apps/phpmyadmin2.10.1/"

# to give access to phpmyadmin from outside
# replace the lines
#
# Order Deny,Allow
# Deny from all
# Allow from 127.0.0.1
#
# by
#
# Order Allow,Deny
# Allow from all
#

<Directory "c:/wamp/apps/phpmyadmin2.10.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Allow,Deny
Allow from all
</Directory>


so there is the answer that many people have been looking for.

Options: ReplyQuote
Re: PHPMyadmin is not working another PC
Posted by: yfastud (Moderator)
Date: April 03, 2008 06:16PM

Friendly reminder, you should setup to allow certain ip only instead open it wide

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote


Sorry, only registered users may post in this forum.