Web Security Lab 1
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 345 KiB After Width: | Height: | Size: 350 KiB |
@@ -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';
|
||||
*/
|
||||
Reference in New Issue
Block a user