0 |
17 |
10:32:37 |
insert into musics(title, poster) values ('ehy', 'heyt') |
Error Code: 1046. No database selected Select the default DB to be used by double-clicking its name in the SCHEMAS list in the sidebar. |
0.000 sec |
title과 poster 입력시 1046 오류
어떤 DB에 테이블을 만들 건지 설정이 되어있지 않은 것
해결 방안
1. 직접 DB 이름을 매번 설정해 주기
2. 사용할 DB에 마우스 오른쪽 버튼, Set as Default Schema 클릭하여 기본 스키마로 설정