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';

'기타' 카테고리의 다른 글

WDK10 offline installer  (0) 2019.05.31
IDA struct gdb에 적용하기(gdb add struct)  (1) 2019.05.06
ocr 숫자  (0) 2018.09.19
gcc mips => asm  (0) 2018.09.18
라즈베리파이 IP 확인하기  (1) 2017.05.29

+ Recent posts