반응형
# 에러 전문
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
# 해결법
Query 창에서
CREATE DATABASE [생성할 DB 이름];
USE [생성한 DB 이름];
DB 생성 후, 해당 DB를 사용한다고 선언하면 해결.
반응형
'메모 > 에러 메모' 카테고리의 다른 글
[ Python ] File "<stdin>", line 1 SyntaxError: invalid syntax (0) | 2021.04.05 |
---|---|
[ MYSQL ] * is not valid at this position for this server version (0) | 2021.04.04 |
[ Spring / axios ] JS -> Controller 데이터 통신 오류 MissingServletRequestParameterException (0) | 2021.03.18 |
스프링 mybatis 연결하며 뜬 오류들 (0) | 2021.03.07 |
[ JSP ] JSP에서 EL문이 동작하지 않는 경우 (0) | 2021.03.01 |