溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶(hù)服務(wù)條款》

mysql如何查看配置參數(shù)和獲取幫助

發(fā)布時(shí)間:2020-05-23 14:43:14 來(lái)源:網(wǎng)絡(luò) 閱讀:196 作者:三月 欄目:MySQL數(shù)據(jù)庫(kù)

下面講講關(guān)于mysql如何查看配置參數(shù)和獲取幫助,文字的奧妙在于貼近主題相關(guān)。所以,閑話(huà)就不談了,我們直接看下文吧,相信看完mysql如何查看配置參數(shù)和獲取幫助這篇文章你一定會(huì)有所受益。

查看配置參數(shù):

SHOW VARIABLES LIKE '%timeout%'


2)MySQL客戶(hù)端工具自帶的幫助

?     (\?) Synonym for `help'. 

clear   (\c) Clear the current input statement.               --清除當(dāng)前輸入的語(yǔ)句

connect  (\r) Reconnect to the server. Optional arguments are db and host.  --重新連接,通常用于被剔除或異常斷開(kāi)后重新連接,

delimiter (\d) Set statement delimiter.                    --設(shè)置命令終止符,缺省為;,比如我們可以設(shè)定為/來(lái)表示語(yǔ)句結(jié)束 

edit   (\e) Edit command with $EDITOR.                   --編輯緩沖區(qū)的上一條SQL語(yǔ)句到文件,缺省調(diào)用vi,文件會(huì)放在/tmp路徑下

ego    (\G) Send command to mysql server, display result vertically.    --控制結(jié)果顯示為垂直顯示

exit   (\q) Exit mysql. Same as quit.                   --退出mysql

go    (\g) Send command to mysql server.                 --發(fā)送命令到mysql服務(wù)

help   (\h) Display this help.

nopager  (\n) Disable pager, print to stdout.                --關(guān)閉頁(yè)設(shè)置,打印到標(biāo)準(zhǔn)輸出  

notee   (\t) Don't write into outfile.                   --關(guān)閉輸出到文件

pager   (\P) Set PAGER [to_pager]. Print the query results via PAGER.    --設(shè)置pager方式,可以設(shè)置為調(diào)用more,less等等,主要是用于分頁(yè)顯示

print   (\p) Print current command.           

prompt  (\R) Change your mysql prompt.                   --改變mysql的提示符 

quit   (\q) Quit mysql.                             

rehash  (\#) Rebuild completion hash.                    --自動(dòng)補(bǔ)齊相關(guān)對(duì)象名字  

source  (\.) Execute an SQL script file. Takes a file name as an argument. --執(zhí)行腳本文件

status  (\s) Get status information from the server.            --獲得狀態(tài)信息

system  (\!) Execute a system shell command.                --執(zhí)行系統(tǒng)命令   

tee    (\T) Set outfile [to_outfile]. Append everything into given outfile.--操作結(jié)果輸出到文件 

use    (\u) Use another database. Takes database name as argument.     --切換數(shù)據(jù)庫(kù)

charset  (\C) Switch to another charset. Might be needed for processing binlog with multi-byte charsets. --設(shè)置字符集

warnings (\W) Show warnings after every statement.              --打印警告信息

nowarning (\w) Don't show warnings after every statement.


3、服務(wù)端的相關(guān)幫助

--獲取云服務(wù)器管理相關(guān)的幫助,輸入help contents

mysql> help contents;

對(duì)于以上mysql如何查看配置參數(shù)和獲取幫助相關(guān)內(nèi)容,大家還有什么不明白的地方嗎?或者想要了解更多相關(guān),可以繼續(xù)關(guān)注我們的行業(yè)資訊板塊。

向AI問(wèn)一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀(guān)點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI