How can we get the list of MySQL server-side help categories?


We can get the list of MySQL server-side help categories by giving the keyword contents to the help command.

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

Updated on: 11-Feb-2020

62 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements