Problème PhpMyAdmin avec Wamp
Résolu/Fermé
Vice555
Messages postés
5
Date d'inscription
mercredi 3 avril 2013
Statut
Membre
Dernière intervention
22 juin 2013
-
3 avril 2013 à 17:37
Vice555 Messages postés 5 Date d'inscription mercredi 3 avril 2013 Statut Membre Dernière intervention 22 juin 2013 - 5 avril 2013 à 19:03
Vice555 Messages postés 5 Date d'inscription mercredi 3 avril 2013 Statut Membre Dernière intervention 22 juin 2013 - 5 avril 2013 à 19:03
A voir également:
- Problème PhpMyAdmin avec Wamp
- Wamp server - Télécharger - Divers Web & Internet
- Clé étrangère phpmyadmin ✓ - Forum MySQL
- Supprimer une base de données phpmyadmin ✓ - Forum Logiciels
- Changer mot de passe phpmyadmin - Forum PHP
- Wamp orange ✓ - Forum Webmastering
2 réponses
fvgf34
Messages postés
92
Date d'inscription
samedi 27 mars 2010
Statut
Membre
Dernière intervention
21 avril 2016
25
3 avril 2013 à 17:46
3 avril 2013 à 17:46
Accède-y en tapant http://127.0.0.1/phpmyadmin
Ou sinon vas dans C:\wamp\alias
Ouvre phpmyadmin.conf avec le bloc note.
A la ligne 13 a la place de Allow from localhost écris Allow from all.
Et tu pourra ainsi y accéder par localhost/phpmyadmin
Si cela a marché Résolu ton sujet , merci
Ou sinon vas dans C:\wamp\alias
Ouvre phpmyadmin.conf avec le bloc note.
A la ligne 13 a la place de Allow from localhost écris Allow from all.
Et tu pourra ainsi y accéder par localhost/phpmyadmin
Si cela a marché Résolu ton sujet , merci
fvgf34
Messages postés
92
Date d'inscription
samedi 27 mars 2010
Statut
Membre
Dernière intervention
21 avril 2016
25
3 avril 2013 à 19:19
3 avril 2013 à 19:19
Toutes mes excuses ce n'était pas cette ligne voilà ce que tu doit remplacer :
Alias /phpmyadmin "c:/wamp/apps/phpmyadmin3.5.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/phpmyadmin3.5.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from all <--------------------- ICI
</Directory>
Alias /phpmyadmin "c:/wamp/apps/phpmyadmin3.5.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/phpmyadmin3.5.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from all <--------------------- ICI
</Directory>
Vice555
Messages postés
5
Date d'inscription
mercredi 3 avril 2013
Statut
Membre
Dernière intervention
22 juin 2013
1
3 avril 2013 à 19:48
3 avril 2013 à 19:48
Tu es tout excusé tu me rend service déjà !
Bah je l'ai changer mais ça ne veut pas marcher ça me met "Goggle Chrome n'est pas parvenu à accéder à la page localhost"
Bah je l'ai changer mais ça ne veut pas marcher ça me met "Goggle Chrome n'est pas parvenu à accéder à la page localhost"
fvgf34
Messages postés
92
Date d'inscription
samedi 27 mars 2010
Statut
Membre
Dernière intervention
21 avril 2016
25
3 avril 2013 à 21:16
3 avril 2013 à 21:16
Tu as redémarrer Wamp ?
Vice555
Messages postés
5
Date d'inscription
mercredi 3 avril 2013
Statut
Membre
Dernière intervention
22 juin 2013
1
5 avril 2013 à 19:03
5 avril 2013 à 19:03
J'ai résolu mon problème en fait étant donné que je suis sur Windows8 il fallait prendre la dernière version, puis modifié quelques lignes de codes sur les fichiers "httpd.conf et phpmyadmin.conf" car on tomber sur "Forbbiden erreur etc 403 not found" quand on accéder a Localhost ou Phpmyadmin Meric à tous d'avoir répondu si vite
3 avril 2013 à 18:00
# 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.5.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
C'est déjà fais ce que tu me demande je crois non ? :/ c'st le fichier phpmyadmin.conf là Merci encore de m'avoir répondu si vite !