반응형
Select *
FROM Information_schema.tables
Where table_name LIKE '%table_name%';
테이블 스키마, 테이블 네임이 나오는데 찾아가서 확인할 것.
반응형
'데이터베이스 > MySql' 카테고리의 다른 글
Warning Code : 1478InnoDB: ROW_FORMAT=DYNAMIC requires innodb_file_format > Antelope.InnoDB: assuming ROW_FORMAT=COMPACT. (0) | 2022.10.27 |
---|---|
[Mysql] BLOB 자료형과 BLOB 추출하기 (0) | 2022.06.07 |
[MySql] 조인(Joins) 명령어 (0) | 2020.07.21 |
[MySql] Replication 오류 - 1062 (0) | 2020.07.20 |