Computer >> 컴퓨터 >  >> 프로그램 작성 >> MySQL

MySQL 서버측 도움말 카테고리 목록을 얻으려면 어떻게 해야 합니까?

<시간/>

help 명령에 키워드 내용을 제공하여 MySQL 서버 측 도움말 카테고리 목록을 얻을 수 있습니다.

mysql> help contents
You asked for help about help category: "Contents"
For more information, type 'help <item>', where <item> is one of the following
categories:
   Account Management
   Administration
   Compound Statements
   Data Definition
   Data Manipulation
   Data Types
   Functions
   Functions and Modifiers for Use with GROUP BY
   Geographic Features
   Help Metadata
   Language Structure
   Plugins
   Procedures
   Storage Engines
   Table Maintenance
   Transactions
   User-Defined Functions
   Utility