Droit d'accès à phpMyAdmin
Résolu/Fermé
Uruguen
Messages postés
196
Date d'inscription
samedi 22 décembre 2007
Statut
Membre
Dernière intervention
26 août 2015
-
3 juil. 2009 à 21:33
milo - 23 août 2015 à 06:55
milo - 23 août 2015 à 06:55
A voir également:
- Droit d'accès à phpMyAdmin
- Acces rapide - Guide
- Je n'ai plus acces a ma boite mail gmail - Guide
- Image libre de droit gratuite google - Guide
- Accès refusé - Guide
- Trait droit clavier - Forum Windows
6 réponses
Uruguen
Messages postés
196
Date d'inscription
samedi 22 décembre 2007
Statut
Membre
Dernière intervention
26 août 2015
15
4 juil. 2009 à 11:09
4 juil. 2009 à 11:09
J'ai trouvé une solution!!!!
J'explique (c'était comme ca avant de "chipoter ^^" ) : Alias /phpmyadmin "c:/wamp2/apps/phpmyadmin3.1.3/"
# 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:/wamp2/apps/phpmyadmin3.1.3/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
Après j'ai mis (texte gras = changement)
Alias /phpmyadmin "c:/wamp2/apps/phpmyadmin3.1.3/"
# to give access to phpmyadmin from outside
# replace the lines
#
# Order Deny,Allow
# Allow from all
# Allow from 127.0.0.1
# Allow from localhost
# by
#
# Order Allow,Deny
# Allow from all
#
<Directory "c:/wamp2/apps/phpmyadmin3.1.3/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Allow from all
Allow from 127.0.0.1
Allow from localhost
</Directory>
Voila Bonne chance xD...
J'explique (c'était comme ca avant de "chipoter ^^" ) : Alias /phpmyadmin "c:/wamp2/apps/phpmyadmin3.1.3/"
# 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:/wamp2/apps/phpmyadmin3.1.3/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
Après j'ai mis (texte gras = changement)
Alias /phpmyadmin "c:/wamp2/apps/phpmyadmin3.1.3/"
# to give access to phpmyadmin from outside
# replace the lines
#
# Order Deny,Allow
# Allow from all
# Allow from 127.0.0.1
# Allow from localhost
# by
#
# Order Allow,Deny
# Allow from all
#
<Directory "c:/wamp2/apps/phpmyadmin3.1.3/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Allow from all
Allow from 127.0.0.1
Allow from localhost
</Directory>
Voila Bonne chance xD...
nEm3sis
Messages postés
710
Date d'inscription
lundi 20 août 2007
Statut
Membre
Dernière intervention
9 avril 2012
113
3 juil. 2009 à 21:45
3 juil. 2009 à 21:45
il faut déjà que tu décrive plus précisément ce que tu essaye de faire
wamp est hors ligne ? en ligne ?
tu essaye d'y accéder en local ou a distance ?
as tu touché aux réglages ?
as tu un autre programme qui peut utiliser localhost ?
wamp est hors ligne ? en ligne ?
tu essaye d'y accéder en local ou a distance ?
as tu touché aux réglages ?
as tu un autre programme qui peut utiliser localhost ?
Uruguen
Messages postés
196
Date d'inscription
samedi 22 décembre 2007
Statut
Membre
Dernière intervention
26 août 2015
15
3 juil. 2009 à 21:55
3 juil. 2009 à 21:55
-Wamp est Hors ligne.
-je sais pas xD.
-oui mais je l'ai réinstallé donc c'est les réglages normaux...
-Non, sauf si on en "reçoit" un avec l'installation de vista ^^
-je sais pas xD.
-oui mais je l'ai réinstallé donc c'est les réglages normaux...
-Non, sauf si on en "reçoit" un avec l'installation de vista ^^
Uruguen
Messages postés
196
Date d'inscription
samedi 22 décembre 2007
Statut
Membre
Dernière intervention
26 août 2015
15
4 juil. 2009 à 11:01
4 juil. 2009 à 11:01
J'ai aussi essayé avec Wamp Online mais c'est toujours le même effet...
nEm3sis
Messages postés
710
Date d'inscription
lundi 20 août 2007
Statut
Membre
Dernière intervention
9 avril 2012
113
5 juil. 2009 à 20:55
5 juil. 2009 à 20:55
a la place de Allow from all essaye de mettre deny from all
normalement les 2 ligne suivante te mettent l'autorisation quand meme
normalement les 2 ligne suivante te mettent l'autorisation quand meme
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
si cé un problème qui est lié aux adresses externes va dans le repertoire "alias" de ton serveur wamp puis ouvre le fichier phpmyadmin.conf et remplace allow from 127.0.0.1 par allow from all.
13 nov. 2011 à 18:31
16 févr. 2012 à 21:50