#关于 MYSQL 命令行中 帮助的使用 --参考深入浅出MYSQL
1.所有帮助文档内容
命令: ? contents;
mysql> ? 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
Compound Statements
DATA Definition
DATA Manipulation
DATA TYPES
Functions
Functions AND Modifiers FOR USE WITH GROUP BY
Geographic Features
HELP Metadata
LANGUAGE Structure
PLUGINS
TABLE Maintenance
Transactions
USER-Defined Functions
Utility
当我需要详细的内容时,可以继续 ? 上面的相关目录.
例如我要 看 DATA definition 相关的帮助档可以
? DATA definition; 里面相关的 CREATE|ALTER DATABASE /TABLE /INDEX /VIEW ...等等
可以一直问下去相关的 内容,不过都是英文的.........哈哈.
这样的话 就可以直接在命令行查看到相关的帮助档了.