Notes
Introduced in V1.4.
Purpose
The mysql.help_keyword view is used to generate the HELP command in coordination with the following three tables: mysql.help_relation, mysql.help_topic, and mysql.help_category.
Columns
Column |
Type |
Nullable? |
Description |
|---|---|---|---|
| help_keyword_id | bigint(20) | NO | The ID of the keyword. |
| name | varchar(64) | NO | The keyword. |
