Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

97 total results found

MySQL 8.0 Reference Manual 한글화

아래 웹 사이트상의 MySQL 8.0 공식 레퍼런스 매뉴얼 다큐멘테이션을 번역 중인 페이지 입니다. https://dev.mysql.com/doc/refman/8.0/en/ 그냥 개인적으로 공부겸 번역하는 것이라, 챕터 순서대로 진행하지 않을 것이고, 언제까지 완료하겠다라는 목표도 없습니다. 일부 챕터는 영원히 번역하지 않을 것도 같고요..

MySQL

db.tips

사이트 관리를 위한 페이지들

MySQL 관리용 SQL

MySQL 8.0 Release Note

MySQL 8.0 릴리즈노트 번역 겸 요약

용어집

DB외 IT

서문 및 법적 고지

MySQL 8.0 Reference Manual 한글화

01. 일반 정보

MySQL 8.0 Reference Manual 한글화

02. MySQL 설치 및 업그레이드

MySQL 8.0 Reference Manual 한글화

04. MySQL 프로그램

MySQL 8.0 Reference Manual 한글화

05. MySQL 서버 관리

MySQL 8.0 Reference Manual 한글화

06. 보안

MySQL 8.0 Reference Manual 한글화

07. 백업 및 리커버리

MySQL 8.0 Reference Manual 한글화

08. 최적화 - 작업중

MySQL 8.0 Reference Manual 한글화

이 장에서는 MySQL의 성능을 최적화하는 방법을 설명하고 예시를 제공합니다. 최적화에는 여러 측면에서의 환경 설정, 튜닝 및 성능 측정이 포함됩니다. 업무 역할(개발자, DBA 또는 둘 다)에 따라 개별 SQL 문, 전체 애플리케이션, 단일 DB 서버 또는 네트워크에 연결된 여러대의 DB 서버등 다양한 측면에서 최적화를 진행할 수 있습니다. 어떨 때는 사전에 미리 성능문제를 계획할 수도 있고, 어떨 때는 문제가 발생한 후에 환경구성이나 코드 문제를 해결해야 할...

09. 언어 구조

MySQL 8.0 Reference Manual 한글화

10. 캐릭터셋, 콜레이션, 유니코드

MySQL 8.0 Reference Manual 한글화

11. 데이터 타입 - 작업예정

MySQL 8.0 Reference Manual 한글화

12. 함수 및 연산자 - 작업예정

MySQL 8.0 Reference Manual 한글화

작업완료필요

13. SQL문 - 작업예정

MySQL 8.0 Reference Manual 한글화

작업완료필요

14. MySQL 데이터 사전 - 작업예정

MySQL 8.0 Reference Manual 한글화

15. InnoDB 스토리지 엔진 - 작업중

MySQL 8.0 Reference Manual 한글화

원본 - https://dev.mysql.com/doc/refman/8.0/en/innodb-storage-engine.html

작업완료필요

16. 대체 스토리지 엔진

MySQL 8.0 Reference Manual 한글화

17. 리플리케이션 - 작업예정

MySQL 8.0 Reference Manual 한글화

18. 그룹 리플리케이션

MySQL 8.0 Reference Manual 한글화

19. MySQL 쉘

MySQL 8.0 Reference Manual 한글화

20. MySQL을 다큐먼트 스토어로 - 작업예정

MySQL 8.0 Reference Manual 한글화

Preface and Legal Notices

MySQL 8.0 Reference Manual 한글화 서문 및 법적 고지

This is the Reference Manual for the MySQL Database System, version 8.0, through release 8.0.27. Differences between minor versions of MySQL 8.0 are noted in the present text with reference to release numbers (8.0.x). For license information, see the Legal Not...

MySQL 8.0 Reference Manual

MySQL 8.0 Reference Manual 한글화

MySQL NDB Cluster 8.0 포함 개요 이 문서는 MySQL 레퍼런스 매뉴얼입니다. 이 문서는 MySQL과 NDB Cluster를 각각MySQL 버전 8.0 ~ 8.0.29, NDB Cluster 버전 8.0 ~ 8.0.28-ndb-8.0.28을 기반으로 설명하고 있습니다. 아직 릴리즈되지 않은 MySQL 버전의 기능에 대한 문서가 포함되어 있는 경우도 있습니다. 릴리즈된 버전들에 대한 자세한 내용은 MySQL 8.0 릴리즈 노트를 참조하십시오. ...

원본URL
https://dev.mysql.com/doc/refman/8.0/en/

15.1 InnoDB 입문

MySQL 8.0 Reference Manual 한글화 15. InnoDB 스토리지 엔진 - 작업중

InnoDB는 높은 신뢰성과 높은 성능의 균형을 이루는 범용 스토리지 엔진입니다. MySQL 8.0에서는 InnoDB기본 MySQL 스토리지 엔진입니다. 다른 기본 스토리지 엔진을 구성하지 않는 한 ENGINE=절을 지정하지 않고 CREATE TABLE명령문을 발행하면 InnoDB테이블이 작성됩니다. InnoDB의 주요 이점 그것 의 DML 작업 은 트랜잭션 에서 사용자 데이터 를 보호 하기 위해 커밋 , 롤백 및 크래시 복구 기능 이 있는 ACI...

원본URL
https://dev.mysql.com/doc/refman/8.0/en/innodb-introduction.html

15.2 InnoDB and the ACID Model

MySQL 8.0 Reference Manual 한글화 15. InnoDB 스토리지 엔진 - 작업중

15.3 InnoDB Multi-Versioning

MySQL 8.0 Reference Manual 한글화 15. InnoDB 스토리지 엔진 - 작업중

15.4 InnoDB Architecture

MySQL 8.0 Reference Manual 한글화 15. InnoDB 스토리지 엔진 - 작업중

15.5 InnoDB In-Memory Structures

MySQL 8.0 Reference Manual 한글화 15. InnoDB 스토리지 엔진 - 작업중

15.6 InnoDB On-Disk Structures

MySQL 8.0 Reference Manual 한글화 15. InnoDB 스토리지 엔진 - 작업중

15.7 InnoDB Locking and Transaction Model

MySQL 8.0 Reference Manual 한글화 15. InnoDB 스토리지 엔진 - 작업중

15.8 InnoDB Configuration

MySQL 8.0 Reference Manual 한글화 15. InnoDB 스토리지 엔진 - 작업중

15.9 InnoDB Table and Page Compression

MySQL 8.0 Reference Manual 한글화 15. InnoDB 스토리지 엔진 - 작업중

15.10 InnoDB Row Formats

MySQL 8.0 Reference Manual 한글화 15. InnoDB 스토리지 엔진 - 작업중

15.11 InnoDB Disk I/O and File Space Management

MySQL 8.0 Reference Manual 한글화 15. InnoDB 스토리지 엔진 - 작업중

15.12 InnoDB and Online DDL

MySQL 8.0 Reference Manual 한글화 15. InnoDB 스토리지 엔진 - 작업중

15.13 InnoDB Data-at-Rest Encryption

MySQL 8.0 Reference Manual 한글화 15. InnoDB 스토리지 엔진 - 작업중

15.14 InnoDB Startup Options and System Variables

MySQL 8.0 Reference Manual 한글화 15. InnoDB 스토리지 엔진 - 작업중

15.15 InnoDB INFORMATION_SCHEMA Tables

MySQL 8.0 Reference Manual 한글화 15. InnoDB 스토리지 엔진 - 작업중

15.16 InnoDB Integration with MySQL Performance Schema

MySQL 8.0 Reference Manual 한글화 15. InnoDB 스토리지 엔진 - 작업중

15.17 InnoDB Monitors15.17 InnoDB Monitors

MySQL 8.0 Reference Manual 한글화 15. InnoDB 스토리지 엔진 - 작업중

15.18 InnoDB Backup and Recovery

MySQL 8.0 Reference Manual 한글화 15. InnoDB 스토리지 엔진 - 작업중