# MySQL 8.0의 새로운 기능 5가지

> Clean Markdown view of GeekNews topic #1637. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1637](https://news.hada.io/topic?id=1637)
- GeekNews Markdown: [https://news.hada.io/topic/1637.md](https://news.hada.io/topic/1637.md)
- Type: news
- Author: [gwanryo](https://news.hada.io/@gwanryo)
- Published: 2020-03-04T08:28:27+09:00
- Updated: 2020-03-04T08:28:27+09:00
- Original source: [opensource.com](https://opensource.com/article/20/3/mysql-features)
- Points: 6
- Comments: 2

## Topic Body

MySQL 8.0은 2018년에 Release 되었지만, 8.0에서 지원하는 새로운 특징들을 짚어주는 글입니다.

- Dual passwords

- JSON validation

- 향상된 SQL 지원

- Table metadata가 data dictionary에 저장됨

- 새로운 shell

## Comments



### Comment 1252

- Author: xguru
- Created: 2020-03-04T08:34:33+09:00
- Points: 3

"향상된 SQL" 항목에 있는 Common Table Expression (CTE) 정말 잘 쓰고 있습니다.

MySQL 버전을 확 건너 뛰게된 이유중 하나.

### Comment 1255

- Author: gwanryo
- Created: 2020-03-04T08:59:17+09:00
- Points: 1
- Parent comment: 1252
- Depth: 1

읽어보니 잘 쓰면 정말 편리하겠네요. 나중에 적용해봐야겠습니다.
