일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- java
- 도서관대출
- MES
- 프로그래머스
- 전자도서관
- LinkedList
- 특정값 개수
- 해쉬맵
- 월간코드챌린지시즌1
- 수포자
- @observable
- 사이드프로젝트
- Decorator
- restapi
- 무료로책보기
- 강서구도서관
- @action
- 경력기술
- 오류잡기
- level1
- groomide
- 1일1커밋
- HashMap
- 코딩문제
- mobx
- 로봇 관련 윤리문제
- goormIDE
- SpringBoot
- 동네도서관이용후기
- 코딩문제풀이
- Today
- Total
Maenya's Techlog
MySql 실습 본문
oracle이 아닌 RDBMS를 사용해 보기 위해 MySql 실습을 해보려 한다.
먼저
https://downloads.mysql.com/archives/installer/
MySQL :: Download MySQL Installer (Archived Versions)
Please note that these are old versions. New releases will have recent bug fixes and features! To download the latest release of MySQL Installer, please visit MySQL Downloads. MySQL open source software is provided under the GPL License.
downloads.mysql.com
를 통해 Msi 파일을 다운 받고 자바 드라이버를 받아준다.
https://downloads.mysql.com/archives/c-j/
MySQL :: Download MySQL Connector/J (Archived Versions)
Please note that these are old versions. New releases will have recent bug fixes and features! To download the latest release of MySQL Connector/J, please visit MySQL Downloads. MySQL open source software is provided under the GPL License.
downloads.mysql.com
이 드라이버는 자바와 MySql을 연결해주는 역할을 한다.
'서버 > RDBMS' 카테고리의 다른 글
쿼리 성능개선하기! 인덱스란? 인덱스 힌트 사용법? 실무에 적용하기 (0) | 2020.12.18 |
---|---|
AWS (Amazon Web Services) (0) | 2020.07.13 |
NoSql - 몽고DB 사용일지 (0) | 2020.07.13 |