My network colleagues can't enter phpMyAdmin
Posted by: Krauser Joestar (---.cpe.netcabo.pt)
Date: May 13, 2011 09:59AM

Hello everyone


My wamp server is working fine, i can access everything on it. However, the people working in the network, then they type their username and password at the phpmyadmin page, they can't acess it.

The error is the infamous #1045 Cannot log in to the MySQL server

(it doesn't say anything about passwords, just what i wrote)


I already configured the phpmyadmin.conf alias to allow the ip of the person that i'm testing this with, and still nothing.


Alias /phpmyadmin "c:/wamp/apps/phpmyadmin3.3.9/"

# 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/phpmyadmin3.3.9/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Allow from 10.64.46.20
Allow from 10.64.46.29
Allow from 10.64.46.28
Allow from 10.64.46.21
</Directory>



Any ideas?



Edited 2 time(s). Last edit at 05/13/2011 12:24PM by Krauser Joestar.

Options: ReplyQuote
Re: My network colleagues can't enter phpMyAdmin
Posted by: yfastud (Moderator)
Date: May 13, 2011 04:33PM

Did you also already set allow those IP in firewall/antivirus?

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.