如何在MySQL提示符中顯示當前使用者、資料庫、時間等資訊
prompt命令可以在mysql提示符中顯示當前使用者、資料庫、時間等資訊.
例如:
[root@localhost ~]# mysql -uroot -p --prompt="\\u@\\h:\\d \\r:\\m:\\s>"
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 13
Server version: 5.7.18-log MySQL Community Server (GPL)
Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
root@localhost:(none) 11:11:19>use test
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
root@localhost:test 11:11:22>
root@localhost:test 11:11:24>
root@localhost:test 11:11:24>
root@localhost:test 11:11:25>
也可以把引數加到my.cnf裡面,需要重啟資料庫生效:
[mysql]
prompt=mysql(\\u@\\h:\\d \\r:\\m:\\s)>
例如:
[root@localhost ~]# mysql -uroot -p --prompt="\\u@\\h:\\d \\r:\\m:\\s>"
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 13
Server version: 5.7.18-log MySQL Community Server (GPL)
Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
root@localhost:(none) 11:11:19>use test
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
root@localhost:test 11:11:22>
root@localhost:test 11:11:24>
root@localhost:test 11:11:24>
root@localhost:test 11:11:25>
也可以把引數加到my.cnf裡面,需要重啟資料庫生效:
[mysql]
prompt=mysql(\\u@\\h:\\d \\r:\\m:\\s)>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/15498/viewspace-2140383/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- javaScript動態顯示當前時間JavaScript
- Qt學習(5)獲取當前系統時間-實時顯示當前時間QT
- qt中實現實時的顯示當前時刻的時間QT
- 在Linux中,如何實時抓取並顯示當前系統中tcp 80 埠的網路資料資訊?LinuxTCP
- shell 命令提示符中顯示時間(qbit)
- 修改環境變數顯示當前登陸使用者的相關資訊變數
- 將MYSQL資料顯示在QT的tablewidget中/將QT中的資料儲存到MYSQL資料庫中MySqlQT資料庫
- 刪除當前資料庫連線使用者資料庫
- 商城專案解析(如果通過輸入商品分類顯示商品規格引數,在使用者輸入完商品資訊後,又如何把對應的資料Spu,Sku,庫存Stock,建立時間,最後一次更新時間等輸入到資料庫當中)資料庫
- QT顯示當前日期時間QT
- 如何在請求資料時,顯示載入動畫動畫
- MySQL實現當前資料表的所有時間都增加或減少指定的時間間隔(推薦)MySql
- Oracle 檢查當前資料庫CPU和PSU補丁資訊Oracle資料庫
- 【YashanDB資料庫】yasboot查詢資料庫狀態時顯示資料庫狀態為off資料庫boot
- 當我接到一個新的mysql資料庫時,需要搞清楚的資訊MySql資料庫
- 如何在FreeBSD 13中安裝MySQL資料庫MySql資料庫
- MySQL等資料庫和大資料誰快?MySql資料庫大資料
- MySql資料庫 數值型別的顯示寬度MySql資料庫型別
- 當MySQL資料庫遇到Syn FloodingMySql資料庫
- Qt中利用定時器QTimer實時顯示當前日期和時間QT定時器
- 資料庫下表和列名顯示資料庫
- mongodb中如何設定當前時間?MongoDB
- Mysql 顯示錶的相關資訊 --命令MySql
- 如何在MySQL資料庫中使用use來切換資料庫?MySql資料庫
- Laravel查詢 日期比當前時間早一個月的資料Laravel
- 如何在MySQL資料庫中定義外來鍵ZMMySql資料庫
- Java 程式讀取Mysql資料庫時間資訊與真實時間相差 13、14 小時、SQLException: HOUR_OF_DAY: 2 -> 3JavaMySql資料庫Exception
- 獲取當前時間
- python-Pycharm中自動-新增時間-日期-作者等資訊PythonPyCharm
- mysql中取系統當前時間,當前日期方便查詢判定的程式碼MySql
- 遊戲畫面中實時顯示FPS幀數和CPU和顯示卡使用率、溫度等資訊的方法遊戲
- 查詢時間從前7天到當前時間
- 如何在SAP Spartacus category 頁面裡拿到當前的category資訊Go
- redis 設定過期時間,以資料夾形式展示key顯示快取資料Redis快取
- MySQL按時間統計資料MySql
- 資料脫敏:姓名、電話號碼等進行欄位脫敏,中間部分顯示成**
- ls顯示前幾行或後幾行資料
- Linux記錄命令執行的使用者IP地址和時間等資訊Linux
- c++ 獲取當前時間周初凌晨時間戳(獲取當前時間週一凌晨時間戳)C++時間戳