From 2bdd23dc51694666fcd0a79bdc4321e726e93104 Mon Sep 17 00:00:00 2001 From: Siddharth Reddy Date: Thu, 29 Oct 2020 17:03:22 +0530 Subject: [PATCH] Update MySQL Injection.md --- SQL Injection/MySQL Injection.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SQL Injection/MySQL Injection.md b/SQL Injection/MySQL Injection.md index 6da55b8..c4df66b 100644 --- a/SQL Injection/MySQL Injection.md +++ b/SQL Injection/MySQL Injection.md @@ -39,6 +39,7 @@ ```sql # MYSQL Comment +-- comment [Note the space after the double dash] /* MYSQL Comment */ /*! MYSQL Special SQL */ /*!32302 10*/ Comment for MYSQL version 3.23.02