Linux基礎命令---mysql
mysql
mysql 是一個簡單的sql shell,它可以用來管理mysql資料庫。
此命令的適用範圍:RedHat、RHEL、Ubuntu、CentOS、Fedora。
1 、語法
mysql [options] db
2 、引數列表
選項 |
說明 |
- ? | --help |
顯示幫助資訊 |
--auto-rehash |
啟用自動rehash功能 |
--bind-address = ip |
繫結ip,當電腦有多個網路卡的時候,可以指定mysql連線時的網路卡 |
--character-sets-dir = path |
指定字符集所在的目錄 |
--column-names |
在結果中顯示列名 |
-C | --comments |
在傳送給伺服器的狀態中顯示註釋 |
-c | --compress |
在伺服器和客戶端之間的資料進行壓縮 |
-D db | --database = db |
指定資料庫名 |
--default-character-set = chatset |
預設的字符集 |
-e statement | --execute = statement |
指定要使用的指令 |
-f | --force |
強制執行 |
-H | --html |
輸出html格式 |
-i | --ignore-spaces |
忽略空格 |
--line-numbers |
為錯誤資訊顯示行號 |
--local-infile=0|1 |
關閉或者開啟LOAD DATA INFILE功能 |
-A | --no-autp-rehash |
關閉自動rehash功能 |
-b | --no-beep |
關閉出錯提醒 |
-p password | --password = |
連線資料庫使用的密碼 |
-W | --pipe |
使用有名管道連線資料庫 |
-P port | --port = |
連線資料庫使用的埠 |
-- protocol = TCP|SOCKET|PIPI|MEMORY |
連線資料庫使用的協議 |
-q | --quick |
不快取查詢結果 |
-s | --silent |
輸出簡短的內容 |
-v | --verbose |
顯示詳細執行過程 |
-V | --version |
顯示版本資訊 |
-w | --wait |
等待時間 |
-X | --xml |
產生xml輸出 |
-u user | --user = |
連線資料庫的使用者名稱,預設是rootq |
3 、例項
1 )登入
|
2 )檢視許可權
|
做了一個Linux學習的平臺,目前出來一個雛形,各位可以參考使用
連結:https://pan.baidu.com/s/1GOLVU2CbpBNGtunztVpaCQ 密碼:n7bk
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29270124/viewspace-2644013/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MySQL基礎命令MySql
- linux 命令 基礎Linux
- Linux基礎命令Linux
- Linux基礎命令---ftpLinuxFTP
- Linux基礎命令---apachectlLinuxApache
- Linux基礎命令—initLinux
- Linux基礎命令---ifcfgLinux
- Linux基礎命令—pgrepLinux
- Linux基礎命令---pgrepLinux
- Linux基礎命令—nohupLinux
- Linux基礎命令—killallLinux
- Linux基礎命令---suLinux
- Linux基礎命令---chshLinux
- Linux基礎命令---chfnLinux
- Linux基礎命令—splitLinux
- Linux基礎命令---trLinux
- Linux基礎命令---splitLinux
- Linux基礎命令---foldLinux
- Linux基礎命令—catLinux
- Linux基礎命令---catLinux
- Linux基礎命令---cpLinux
- Linux基礎命令---pasteLinuxAST
- Linux基礎命令---whereisLinux
- Linux基礎命令---whichLinux
- Linux基礎命令---sortLinux
- Linux基礎命令—sortLinux
- Linux基礎命令---cmpLinux
- Linux基礎命令---diffstatLinux
- Linux基礎命令—diffstatLinux
- Linux基礎命令---mvLinux
- Linux基礎命令---diffLinux
- Linux基礎命令---lsLinux
- Linux基礎命令—mkdirLinux
- Linux基礎命令---lnLinux
- Linux基礎命令—findfsLinux
- Linux基礎命令---chmodLinux
- Linux基礎命令---chownLinux
- Linux基礎命令---touchLinux