Bonjour à tous,
merci d'avance pour vos réponses.
le problème : phpmyadmin, page blanche.
Ma configuration :
Linux Fedora 23 x86_64 KDE 5.5
MariaDB 10.0.21
PHP 5.6.14
HTTP Apache 2.4
phpMyAdmin 4.5
les serveurs MariaDB, HTTP, PHP sont démarrés et tout est fonctionnel
MariaDB
1 2 3 4 5 6 7 8 9 10 11 12 13
|
[root@cla34-1-88-160-212-207 jean-claude]# mysql
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 4
Server version: 10.0.21-MariaDB MariaDB Server
Copyright (c) 2000, 2015, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> quit;
Bye
[root@cla34-1-88-160-212-207 jean-claude] |
serveur http apache
Sous Firefox : localhost
la page de test Apache : "Fedora Test Page" est affichée.
serveur PHP
Sous Firefox : localhost/info.php
info.php = la page info de PHP est affichée : "PHP Version 5.6.14".
phpMyAdmin
Sous Firefox : localhost/phpmyadmin
la page Log In "Welcome to phpMyAdmin" est affichée :
on est invité à entrer Username et Password
Pour l'instant, je laisse MariaDB user = root et password = "":
donc j'autorise le login phpmyadmin sans mot de passe :
en modifiant la ligne "AllowNoPassword" du fichier : /etc/phpmyadmin/config.inc.php
$cfg['Servers'][$i]['AllowNoPassword'] = FALSE;
modifiée en :
$cfg['Servers'][$i]['AllowNoPassword'] = TRUE;
je relance sous Firefox : localhost/phpmyadmin
et là : j'ai une magnifique page blanche
j'ai arrêté tous les serveurs puis je les ai redémarrés : rien, toujours page blanche
j'espère que la lecture de mon post n'a pas été trop pénible
et que vous pourrez m'apporter quelques réponses.
merci
polesud
Partager