MySQL 客户端服务器端帮助
短信预约 -IT技能 免费直播动态提醒
让我们了解 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
我们可以使用帮助内容命令来查看帮助类别的列表。让我们举个例子来理解这一点 -
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
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341