MySQL顯示連線的資料庫名
在預設下,MySQL在use databasename的時候,是不顯示連線的庫名!
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| hank |
| mysql |
| performance_schema |
| sakila |
| test |
| yoon |
+--------------------+
7 rows in set (0.00 sec)
mysql> use yoon;
Database changed
mysql>
可透過以下方式,實現顯示連線的資料庫名:
[root@hank-yoon tmp]# mysql --prompt="\u(\d) >"
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 29
Server version: 5.6.26-log Source distribution
Copyright (c) 2000, 2015, 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((none)) >use yoon;
Database changed
root(yoon) >
如果想顯示連線的庫名和時間:
[root@hank-yoon tmp]# mysql --prompt="\u(\d) \R:\m:\s >"
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 30
Server version: 5.6.26-log Source distribution
Copyright (c) 2000, 2015, 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((none)) 15:20:08 >use yoon
Database changed
root(yoon) 15:20:16 >
也可以新增在my.cnf配置檔案中,但是需要重啟DB,生產庫的話,可不是隨便能重啟,因此在連線的時候加上即可!
[mysql]
default-character-set = utf8
prompt = \\u(\\d) \\R:\\m:\\s > \
mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| hank |
| mysql |
| performance_schema |
| sakila |
| test |
| yoon |
+--------------------+
7 rows in set (0.00 sec)
mysql> use yoon;
Database changed
mysql>
可透過以下方式,實現顯示連線的資料庫名:
[root@hank-yoon tmp]# mysql --prompt="\u(\d) >"
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 29
Server version: 5.6.26-log Source distribution
Copyright (c) 2000, 2015, 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((none)) >use yoon;
Database changed
root(yoon) >
如果想顯示連線的庫名和時間:
[root@hank-yoon tmp]# mysql --prompt="\u(\d) \R:\m:\s >"
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 30
Server version: 5.6.26-log Source distribution
Copyright (c) 2000, 2015, 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((none)) 15:20:08 >use yoon
Database changed
root(yoon) 15:20:16 >
也可以新增在my.cnf配置檔案中,但是需要重啟DB,生產庫的話,可不是隨便能重啟,因此在連線的時候加上即可!
[mysql]
default-character-set = utf8
prompt = \\u(\\d) \\R:\\m:\\s > \
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28939273/viewspace-1972614/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 網站顯示無法連線資料庫網站資料庫
- 顯示連線Oracle資料庫的客戶端IP地址Oracle資料庫客戶端
- 連線mysql資料庫MySql資料庫
- 連線資料庫-mysql資料庫MySql
- 用Navicat連線資料庫-資料庫連線(MySQL演示)資料庫MySql
- 開啟網頁顯示資料庫連線出錯網頁資料庫
- django | 連線mysql資料庫DjangoMySql資料庫
- 如何連線MySQL資料庫MySql資料庫
- pycharm連線MySQL資料庫PyCharmMySql資料庫
- Mysql資料庫表連線MySql資料庫
- PHP連線MySql資料庫PHPMySql資料庫
- mysql資料庫連線(MySQLdb)MySql資料庫
- Weka 連線MySQL資料庫MySql資料庫
- java連線mysql資料庫JavaMySql資料庫
- Ruby連線MySQL資料庫MySql資料庫
- 連線別人的MySql資料庫MySql資料庫
- (轉)PHP連線資料庫之PHP連線MYSQL資料庫程式碼PHP資料庫MySql
- Oracle SQL Developer 連線資料庫總是顯示io錯誤OracleSQLDeveloper資料庫
- 安裝dedecms織夢後顯示資料庫連線失敗資料庫
- Django 2連線MySQL資料庫DjangoMySql資料庫
- mysql資料庫怎麼連線MySql資料庫
- 遠端連線mysql資料庫MySql資料庫
- 【JavaWeb】JDBC連線MySQL資料庫JavaWebJDBCMySql資料庫
- 用thinkphp連線mysql資料庫PHPMySql資料庫
- Python連線MySQL資料庫PythonMySql資料庫
- 使用cmd連線mysql資料庫MySql資料庫
- 【MySQL】自定義資料庫連線池和開源資料庫連線池的使用MySql資料庫
- ASP連線MySQL資料庫的方法(轉)MySql資料庫
- python資料插入連線MySQL資料庫PythonMySql資料庫
- Django使用pymysql連線MySQL資料庫DjangoMySql資料庫
- MySql資料庫連線池專題MySql資料庫
- 使用PETAPOCO連線MYSQL資料庫MySql資料庫
- 精PHP與MYSQL資料庫連線PHPMySql資料庫
- mysql資料庫連線池配置教程MySql資料庫
- PHP連線、查詢MySQL資料庫PHPMySql資料庫
- Pycharm 怎麼連線 MySQL 資料庫PyCharmMySql資料庫
- Spring JPA資料庫連線MySQLSpring資料庫MySql
- 使用ABP EntityFramework連線MySQL資料庫FrameworkMySql資料庫