From 14b6fefc8716831e1bebef1c124e6fb8d9650a1f Mon Sep 17 00:00:00 2001 From: Paul Wagener Date: Thu, 20 Feb 2014 23:06:39 +0100 Subject: [PATCH] Update database.sql --- build-vm/database.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build-vm/database.sql b/build-vm/database.sql index ef25b3f..f4a85c8 100644 --- a/build-vm/database.sql +++ b/build-vm/database.sql @@ -1,3 +1,8 @@ + +-- Don't look here for answers you cheater. +-- Go out there and actually hack those sites! + + -- Recreate webshop user -- (really long procedure for non existing 'DROP USER IF EXISTS' construct in MySQL) -- See: http://bugs.mysql.com/bug.php?id=19166