mysql-5.1.68獲得幫助
獲得 mysql幫助[@more@]
mysql> help contents; ? contents
You asked for help about help category: "Contents"
For more information, type 'help - ', where
- 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
Procedures
Storage Engines
Table Maintenance
Transactions
User-Defined Functions
Utility
mysql> help administration;
mysql> help show create table;
mysql> ? data types;
mysql> ? char
mysql> ?
? (?) Synonym for `help'.
clear (c) Clear the current input statement.
connect (r) Reconnect to the server. Optional arguments are db and host.
delimiter (d) Set statement delimiter. 設定結束符 .
edit (e) Edit command with $EDITOR.
ego (G) Send command to mysql server, display result vertically.
exit (q) Exit mysql. Same as quit.
go (g) Send command to mysql server.
help (h) Display this help.
nopager (n) Disable pager, print to stdout.
notee (t) Don't write into outfile.
pager (P) Set PAGER [to_pager]. Print the query results via PAGER. 控制翻屏 pager less| pager more
print (p) Print current command.
prompt (R) Change your mysql prompt.
quit (q) Quit mysql.
rehash (#) Rebuild completion hash. 自動補全命令,在引數檔案 my.cnf的mysql 中設定
source (.) Execute an SQL script file. Takes a file name as an argument. 類似於oracle中的 @
status (s) Get status information from the server. 常用命令
system (!) Execute a system shell command.
mysql> system ls
tee (T) Set outfile [to_outfile]. Append everything into given outfile.
mysql> tee /u02/use.txt
Logging to file '/u02/use.txt'
mysql> notee
Outfile disabled.
use (u) Use another database. Takes database name as argument.
charset (C) Switch to another charset. Might be needed for processing binlog with multi-byte charsets.
mysql> charset gbk;
warnings (W) Show warnings after every statement.
nowarning (w) Don't show warnings after every statement.
For server side help, type 'help contents'
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/24237320/viewspace-1060241/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- UBS:谷歌如何幫助Facebook獲得廣告市場谷歌
- Linux Shell 命令快捷獲得系統幫助Linux
- Linux 獲取幫助Linux
- PVP競技玩法創意難落地?一個Pitch即可獲得騰訊GWB幫助
- Win10系統中總是自動出現“獲得幫助”如何解決Win10
- IBM收購StepZen,幫助企業從資料和 API 中獲得更多業務價值IBMAPI
- Excel小技巧-不知道如何操作?教你如何快速獲得幫助2018-04-12Excel
- 幫助命令
- requests庫幫助
- MySQL幫助使用MySql
- 請求幫助!
- 請求幫助:
- SQL的幫助SQL
- jdk幫助文件JDK
- 獲取有關 Linux shell 內建命令的幫助Linux
- R語言中如何獲取幫助資訊,以及今日流水賬R語言
- python-help()獲取關於物件的幫助資訊Python物件
- 利用好的客服工具以便幫助你獲得更多的客戶
- jQuery 幫助文件 apijQueryAPI
- Linux幫助文件Linux
- 平臺幫助文件
- java API 幫助文件JavaAPI
- mysqldump 命令幫助大全MySql
- mysql 命令幫助大全MySql
- ./configure 幫助
- kafka官方幫助文件Kafka
- Linux設定中文幫助文件、常見目錄、幫助命令Linux
- win10系統遇到問題時獲取幫助的方法Win10
- 字元操作普通幫助類字元
- Hadoop幫助命令一Hadoop
- 資料庫幫助類資料庫
- 請求幫助!謝謝!
- IBM 幫助系統IBM
- oracle rac srvctl 幫助大全Oracle
- api和api幫助文件API
- C# HTTP幫助類C#HTTP
- 以《守望先鋒》為例看遊戲音效如何幫助玩家獲取資訊遊戲
- Java開發必備:java幫助文件網址下載或線上幫助Java