@@ -0,0 +1,12 @@
CREATE DATABASE injection;
USE injection;
CREATE TABLE Users(
IdUtente INT PRIMARY KEY AUTO_INCREMENT,
Username VARCHAR(32),
Password VARCHAR(104)
);
INSERT INTO Users (Username, Password) VALUES
('AndreStork', 'freebossetti'),
('epstein', 'rpeddiddy');
The note is not visible to the blocked user.