Loading...
MySQL 9.5 Reference Manual 9.5의 7 MySQL Server Administration의 한국어 번역본입니다.
아래의 경우에 피드백에서 신고해주신다면 반영하겠습니다.
감사합니다 :)
Table of Contents
7.1 The MySQL Server 7.1.1 Configuring the Server 7.1.2 Server Configuration Defaults 7.1.3 Server Configuration Validation 7.1.4 Server Option, System Variable, and Status Variable Reference 7.1.5 Server System Variable Reference 7.1.6 Server Status Variable Reference 7.1.7 Server Command Options 7.1.8 Server System Variables 7.1.9 Using System Variables 7.1.10 Server Status Variables 7.1.11 Server SQL Modes 7.1.12 Connection Management 7.1.13 IPv6 Support 7.1.14 Network Namespace Support 7.1.15 MySQL Server Time Zone Support 7.1.16 Resource Groups 7.1.17 Server-Side Help Support 7.1.18 Server Tracking of Client Session State 7.1.19 The Server Shutdown Process 7.2 The MySQL Data Directory 7.3 The mysql System Schema 7.4 MySQL Server Logs 7.4.1 Selecting General Query Log and Slow Query Log Output Destinations 7.4.2 The Error Log 7.4.3 The General Query Log 7.4.4 The Binary Log 7.4.5 The Slow Query Log 7.4.6 Server Log Maintenance 7.5 MySQL Components 7.5.1 Installing and Uninstalling Components 7.5.2 Obtaining Component Information 7.5.3 Error Log Components 7.5.4 Query Attribute Components 7.5.5 Scheduler Component 7.5.6 Replication Components 7.5.7 Multilingual Engine Component (MLE) 7.5.8 Option Tracker Component 7.6 MySQL Server Plugins 7.6.1 Installing and Uninstalling Plugins 7.6.2 Obtaining Server Plugin Information 7.6.3 MySQL Enterprise Thread Pool 7.6.4 The Rewriter Query Rewrite Plugin 7.6.5 The ddl_rewriter Plugin 7.6.6 The Clone Plugin 7.6.7 The Keyring Proxy Bridge Plugin 7.6.8 MySQL Plugin Services 7.7 MySQL Server Loadable Functions 7.7.1 Installing and Uninstalling Loadable Functions 7.7.2 Obtaining Information About Loadable Functions 7.8 Running Multiple MySQL Instances on One Machine 7.8.1 Setting Up Multiple Data Directories 7.8.2 Running Multiple MySQL Instances on Windows 7.8.3 Running Multiple MySQL Instances on Unix 7.8.4 Using Client Programs in a Multiple-Server Environment 7.9 Debugging MySQL 7.9.1 Debugging a MySQL Server 7.9.2 Debugging a MySQL Client 7.9.3 The LOCK_ORDER Tool 7.9.4 The DBUG Package
MySQL Server ( mysqld)는 MySQL 설치에서 대부분의 작업을 수행하는 주요 프로그램입니다. 이 챕터는 MySQL Server의 개요를 제공하고 일반적인 서버 관리를 다룹니다:
서버 구성
데이터 디렉터리, 특히 mysql 시스템 스키마
서버 로그 파일
단일 머신에서 여러 서버의 관리
관리 관련 주제에 대한 추가 정보는 다음을 참조하십시오:
6.10 Unix Signal Handling in MySQL
7.1 The MySQL Server