首页 > 数据库 > mysql教程 > MySQL 客户端服务器端帮助

MySQL 客户端服务器端帮助

WBOY
发布: 2023-09-18 23:25:06
转载
1410 人浏览过

MySQL 客户端服务器端帮助

让我们了解 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 &#39;help <item>&#39;, 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 &#39;help <item>&#39;,
where <item> is one of the following topics:
   SHOW
   SHOW BINARY LOGS
   SHOW ENGINE
   SHOW LOGS
登录后复制

以上是MySQL 客户端服务器端帮助的详细内容。更多信息请关注PHP中文网其他相关文章!

来源:tutorialspoint.com
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板