bonjour,
je travail sous Fedora 28 serveur x86_64.
J'ai installé Apache 2.4 et mysql 8.
php7 et bien pris en charge !
Mysql est correctement installé, avec une base de test, mysqlworkbench 8 se connecte.

Mon problème est que mon serveur d'application apache ne voit as mysql.

Voici l'erreur de phpMyAdmin-4.8.5-all-languages :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
mysqli_real_connect(): The server requested authentication method unknown to the client [caching_sha2_password]
mysqli_real_connect(): (HY000/2054): The server requested authentication method unknown to the client
voici le log de httpd/error_log :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
[Sun May 19 21:02:24.561550 2019] [autoindex:error] [pid 4703:tid 140449784260352] [client 127.0.0.1:42350] AH01276: Cannot serve directory /var/www/html/: No matching DirectoryIndex (index.html,index.php) found, and server-generated directory index forbidden by Options directive
depuis firefox :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
Erreur : SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client
quel module je doit installer ?