Feature
mysql.help_topic is used to generate the HELP command in coordination with the following three tables: mysql.help_category, mysql.help_relation, and mysql.help_keyword.
Related tables/views
mysql.help_category
mysql.help_relation
mysql.help_keyword
Fields
| Field | Type | Nullable | Description |
|---|---|---|---|
| help_topic_id | bigint(20) | NO | The topic ID. |
| name | varchar(64) | NO | The topic name. |
| help_category_id | bigint(20) | NO | The category ID. |
| description | varchar(65535) | NO | The description. |
| example | varchar(65535) | NO | The example. |
| url | varchar(65535) | NO | The URL address. |