下文給大家?guī)碛嘘P(guān)prompt如何設(shè)置實現(xiàn)登陸MySQL顯示用戶名及當前數(shù)據(jù)庫內(nèi)容,相信大家一定看過類似的文章。我們給大家?guī)淼挠泻尾煌??一起來看看正文部分吧,相信看完prompt如何設(shè)置實現(xiàn)登陸MySQL顯示用戶名及當前數(shù)據(jù)庫你一定會有所收獲。
10年積累的成都網(wǎng)站設(shè)計、網(wǎng)站制作經(jīng)驗,可以快速應對客戶對網(wǎng)站的新想法和需求。提供各種問題對應的解決方案。讓選擇我們的客戶得到更好、更有力的網(wǎng)絡服務。我雖然不認識你,你也不認識我。但先建設(shè)網(wǎng)站后付款的網(wǎng)站建設(shè)流程,更有新巴爾虎右免費網(wǎng)站建設(shè)讓你可以放心的選擇與我們合作。實驗環(huán)境:
[root@dbnode1 ~]# cat /etc/redhat-release CentOS release 6.5 (Final)
MySQL版本: Server version: 5.6.33-log MySQL Community Server (GPL)
默認情況連接到 mysql 庫后不會顯示當前連接的數(shù)據(jù)庫名。如下圖,
這樣在登陸MySQL后每次都看不到當前用戶和主機名以及當前的數(shù)據(jù)庫信息,給維護工作帶來不便。其實在登陸MySQL后可以通過設(shè)置MySQL配置文件的方式,顯示以上信息。方法:修改MySQL配置文件/etc/my.cnf中的[mysqld]中的prompt選項。過程如下:
(1)打開MySQL的配置文件:編輯/etc/my.cnf 添加以下如下紅顏色一行
[root@dbnode1 ~]# vi /etc/my.cnf
[client]
port = 3306
socket = /tmp/mysql.sock
prompt="\\u@\\h:\\d>"
#character_set_server = utf8
#character_set_client = utf8
[mysqld]備注:設(shè)置后重啟MySQL 服務。 \u 表示用戶名, \h 表示主機名, \d 表示當前數(shù)據(jù)庫。
設(shè)置格式可以添加相關(guān)符號比如[]等
(2)重啟 MySQL 服務
[root@dbnode1 ~]# /etc/init.d/mysql restart
Shutting down MySQL...... SUCCESS!
Starting MySQL.................. SUCCESS!
(3)連接測試
[root@dbnode1 ~]# mysql -uroot -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 Server version: 5.6.33-log MySQL Community Server(GPL) Copyright (c) 2000, 2016, Oracle and/or itsaffiliates. All rights reserved. Oracle is a registered trademark of OracleCorporation and/or its affiliates. Other names may be trademarks of theirrespective owners. Type 'help;' or '\h' for help. Type '\c' to clearthe current input statement.
root@localhost:(none)>use mysql
Reading table information for completion of tableand column names
You can turn off this feature to get a quickerstartup with -A
Database changed
root@localhost:mysql>use test
Reading table information for completion of tableand column names
You can turn off this feature to get a quickerstartup with -A
Database changed
root@localhost:test>
說明:
關(guān)于配置文件/etc/my.cnf的修改中,prompt選項,可以通過幫助文檔查看
--prompt 更多設(shè)置可以查看MySQL命令幫助
對于上文關(guān)于prompt如何設(shè)置實現(xiàn)登陸MySQL顯示用戶名及當前數(shù)據(jù)庫,大家覺得是自己想要的嗎?如果想要了解更多相關(guān),可以繼續(xù)關(guān)注我們的行業(yè)資訊板塊。
另外有需要云服務器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內(nèi)外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。