기타
sqli information schema
unknown84
2019. 9. 15. 22:32
select group_concat(table_name) from information_schema.tables where table_schema != 'mysql' AND table_schema != 'information_schema' AND table_schema != 'performance_schema' AND table_schema != 'sys';