MySQL 클라이언트-서버 측 도움말을 이해합시다 −
mysql> help search_string
위의 'help' 명령에 인수가 제공되면 mysql은 이를 검색 문자열로 사용하여 MySQL 참조 설명서의 내용에서 서버 측 도움말에 액세스합니다. 이 명령이 제대로 작동하려면 mysql 데이터베이스의 도움말 테이블이 도움말 항목 정보로 초기화되어야 합니다.
검색 문자열과 일치하는 항목이 없으면 검색 작업이 실패합니다. 이것을 이해하기 위해 예를 들어보겠습니다 -
mysql> help me
출력
Nothing found Please try to run 'help contents' for a list of all accessible topics
help contents 명령을 사용하여 도움말 범주 목록을 볼 수 있습니다. 이것을 이해하기 위해 예를 들어보겠습니다 -
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 Data Definition Data Manipulation Data Types Functions Functions and Modifiers for Use with GROUP BY Geographic Features Language Structure Plugins Storage Engines Stored Routines Table Maintenance Transactions Triggers
검색 문자열이 여러 항목과 일치하면 mysql은 일치하는 항목 목록을 표시합니다. 이것을 이해하기 위해 예를 들어보겠습니다 -
mysql > help logs
출력
Many help items for your request exist. To make a more specific request, please type 'help <item>', where <item> is one of the following topics: SHOW SHOW BINARY LOGS SHOW ENGINE SHOW LOGS