Tags
- oracle
- Android/iOS Developer
- postman collection variables
- Interaction developer
- postman html parse
- C++
- MFC
- Android
- 우수한 프런트 개발자
- postman session
- 좋은 개발자
- Unity
- web developer
- Front-end developer
- emplace_back
- postman collection
- c#
- postman excel
- solidity
- postman
- postman tests
- postman pre-request
- 프런트엔드
- postman automations
- UI/UX Engineer
- LSL_Script
- postman csv
- Intellij
- Java
- 다빈치 리졸브
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Archives
- Today
- Total
david's daily developer note
[BE] IntelliJ + MariaDB Local Setting 본문
728x90
MariaDB를 로컬 개발 환경에 설치하고 IntelliJ + SpringBoot 환경에서 연동하는 것을 정리
1. MariaDB 버전 선택 및 다운로드
다음 링크에서 운영 환경에 맞는 설치 파일을 받는다.
(본 글에서는 Window 64비트 용으로 진행한다.)
현 시점 Stable 버전은 23년 9월 21일 릴리즈된 11.1.2 버전이다.
그런데, Stable 버전 LTS는 10.11이라고 하니, 나는 최신 10.11.5 버전을 선택하였다.
This is a short term release which is maintained for one year only. The latest long-term release is MariaDB 10.11, which is maintained for five years.
2. MariaDB 설치
한글깨지면 맘아프니 UTF-8 사용을 체크하고, ROOT 계정 비번 입력하고 다음
접속 정보는 기본값으로 두고 설치, MariaDB 클라이언트 실행하고 설치 확인
show databases
3. IntelliJ DB 연결
IntelliJ 우측 사이드바에서 Database탭 선택 (안보이면, Ctrl+Shift+a -> database 검색)
+ 버튼 클릭
Data Source에서 MariaDB 선택
Authentication을 User & Password로 변경
계정 정보 (User/Password) 의 User DB 설치시 입력하고 하단 Test Connection 클릭시 상단 이미지 처럼 뜨면 성공
728x90
'[Develop] Web > Back-end' 카테고리의 다른 글
[BE] SpringBoot 3.2.3 developer tools simple note (0) | 2024.03.19 |
---|---|
[BE] Spring security AuthenticationSuccessEvent & SessionDestroyedEvent (0) | 2023.10.30 |
[BE] 포스트맨 + 엑셀 조합으로 API 실행 자동화 -2 (RSA) (0) | 2023.09.19 |
[BE] 포스트맨 + 엑셀 조합으로 API 실행 자동화 -3 (HTML Parsing) (0) | 2023.09.19 |
[BE] 포스트맨 + 엑셀 조합으로 API 실행 자동화 -4 (CSV Automation) (0) | 2023.09.19 |