mysql.help_keyword ======================================= **功能** --------------------------- 与其他三个表 mysql.help_relation、mysql.help_topic、mysql.help_category 合作生成 help 命令。 **相关表/视图** ------------------------------- * mysql.help_relation * mysql.help_topic * mysql.help_category **字段说明** ----------------------------- | **字段名称** | **类型** | **是否可以为 NULL** | **描述** | |-----------------|-------------|----------------|--------| | help_keyword_id | bigint(20) | NO | 关键词 ID | | name | varchar(64) | NO | 关键词 |