W 8.1 et Mysql
giheller
Messages postés
1882
Date d'inscription
Statut
Membre
Dernière intervention
-
giheller Messages postés 1882 Date d'inscription Statut Membre Dernière intervention -
giheller Messages postés 1882 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
Y a-t-il incompatibilité entre mysql avec easyphp 5.3.2i et windows 8.1
Les codes qui fonctionnent sous XP, chez free, chez OVH ne fonctionnent pas en local.
au niveau config j'ai repris les fichiers qui sont OK sous XP.
Quelqu'un a-t-il une idée sur mon problème ?
Merci d'avance
J-L R
Y a-t-il incompatibilité entre mysql avec easyphp 5.3.2i et windows 8.1
Les codes qui fonctionnent sous XP, chez free, chez OVH ne fonctionnent pas en local.
au niveau config j'ai repris les fichiers qui sont OK sous XP.
Quelqu'un a-t-il une idée sur mon problème ?
Merci d'avance
J-L R
A voir également:
- W 8.1 et Mysql
- Clé windows 8.1 - Guide
- Mysql community server - Télécharger - Bases de données
- Windows 8.1 vers windows 10 gratuit - Accueil - Mise à jour
- Splitcam 8.1 4.1 download - Télécharger - Messagerie
- Telecharger pilote audio windows 8.1 gratuit - Télécharger - Pilotes & Matériel
3 réponses
bonjour,
le problème semblerait venir de httpd.conf
quelqu'un connait-il bien ce paramétrage pour m'aider
merci
J-L R
# If you include a trailing / on /webpath then the server will
# require it to be present in the URL. You will also likely
# need to provide a <Directory> section to allow access to
# the filesystem path.
<Directory "${path}/home/images_easyphp">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Directory "${path}/phpmyadmin">
Options FollowSymLinks Indexes
AllowOverride None
Order deny,allow
allow from localhost
#deny from all
</Directory>
<Directory "${path}/sqlitemanager">
Options FollowSymLinks Indexes
AllowOverride None
Order deny,allow
allow from localhost, 127.0.0.1
#deny from all
</Directory>
<Directory "${path}/home">
Options FollowSymLinks Indexes
AllowOverride None
Order deny,allow
allow from localhost, 127.0.0.1
#deny from all
</Directory>
<Directory "${path}/modules">
Options FollowSymLinks Indexes
AllowOverride None
Order deny,allow
allow from localhost, 127.0.0.1
#deny from all
</Directory>
le problème semblerait venir de httpd.conf
quelqu'un connait-il bien ce paramétrage pour m'aider
merci
J-L R
# If you include a trailing / on /webpath then the server will
# require it to be present in the URL. You will also likely
# need to provide a <Directory> section to allow access to
# the filesystem path.
<Directory "${path}/home/images_easyphp">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Directory "${path}/phpmyadmin">
Options FollowSymLinks Indexes
AllowOverride None
Order deny,allow
allow from localhost
#deny from all
</Directory>
<Directory "${path}/sqlitemanager">
Options FollowSymLinks Indexes
AllowOverride None
Order deny,allow
allow from localhost, 127.0.0.1
#deny from all
</Directory>
<Directory "${path}/home">
Options FollowSymLinks Indexes
AllowOverride None
Order deny,allow
allow from localhost, 127.0.0.1
#deny from all
</Directory>
<Directory "${path}/modules">
Options FollowSymLinks Indexes
AllowOverride None
Order deny,allow
allow from localhost, 127.0.0.1
#deny from all
</Directory>
reBonjour,
Cela fonctionne si je mets 127.0.0.1 comme serveur name dans ma requête MAIS pas si je mets localhost.
Un spécialiste aurait-il une explication ?
MERCI
Cela fonctionne si je mets 127.0.0.1 comme serveur name dans ma requête MAIS pas si je mets localhost.
Un spécialiste aurait-il une explication ?
MERCI