From 3ff521052ff023923f06626191befc7955e23eaa Mon Sep 17 00:00:00 2001 From: David Prevot Date: Tue, 23 Aug 2022 10:13:52 +0200 Subject: [PATCH] HowtophpMyAdmin: Add note about backports for Buster --- HowtophpMyAdmin.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HowtophpMyAdmin.md b/HowtophpMyAdmin.md index b4cb2cec..eabe3ca4 100644 --- a/HowtophpMyAdmin.md +++ b/HowtophpMyAdmin.md @@ -4,6 +4,8 @@ # apt install phpmyadmin ~~~ +> Note : Pour Debian 10 (Buster), phpMyAdmin est disponible dans (backports)[/HowtoDebian/Backports]. + Pour empêcher un accès trop simple, on va désactiver la configuration globale : ~~~