Web Security Lab 1

This commit is contained in:
2026-01-14 19:03:39 -05:00
parent f8c0d1dcb6
commit 8711fbbbbb
3 changed files with 4 additions and 1 deletions
@@ -565,8 +565,10 @@ INSERT INTO invoice_line_items VALUES
(113,1,510,'224.00','Health Insurance'),
(114,1,553,'127.75','Freight');
/*
-- create a user and grant privileges to that user
GRANT SELECT, INSERT, DELETE, UPDATE
ON ap.*
TO ap_tester@localhost
IDENTIFIED BY 'sesame';
IDENTIFIED BY 'sesame';
*/