From ec885d419a8770f6c0d85ad0f341bdec33674bb6 Mon Sep 17 00:00:00 2001 From: whirigoyen Date: Mon, 31 Oct 2022 11:06:39 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20pr=C3=A9cision=20drop=20database=20trai?= =?UTF-8?q?t=20d'union?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoMySQL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoMySQL.md b/HowtoMySQL.md index e0b533ce..78124be4 100644 --- a/HowtoMySQL.md +++ b/HowtoMySQL.md @@ -406,7 +406,7 @@ mysql> DROP TABLE bar; Supprimer une base de données : ~~~{ .sql } -mysql> DROP DATABASE foo; +mysql> DROP DATABASE foo; # Mettre le nom de la base entre backquotes s'il contient un trait d'union : `foo-bar` ~~~ Supprimer les différents privilèges pour un utilisateur mysql :