MySQL資料庫之mysql5.7基礎 檢視一個資料庫中的所有表
本文主要向大家介紹了MySQL資料庫之mysql5.7基礎 檢視一個資料庫中的所有表 ,通過具體的內容向大家展現,希望對大家學習MySQL資料庫有所幫助。
Operating System:UbuntuKylin 16.04 LTS 64bit
mysql: Ver 14.14 Distrib 5.7.17, for Linux (x86_64) using EditLine wrapper
login:
xinjin@xjPC:~$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 5
Server version: 5.7.17-0ubuntu0.16.04.1 (Ubuntu)
Copyright © 2000, 2016, 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.
展示所有的資料庫:
mysql> show databases;
±-------------------+
| Database |
±-------------------+
| information_schema |
| myFirstDB |
| mysql |
| performance_schema |
| phpmyadmin |
| sys |
±-------------------+
6 rows in set (0.07 sec)
進入指定的資料庫中:
mysql> use mysql
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
展示當前資料庫中的所有表:
mysql> show tables;
±--------------------------+
| Tables_in_mysql |
±--------------------------+
| columns_priv |
| db |
| engine_cost |
| event |
| func |
| general_log |
| gtid_executed |
| help_category |
| help_keyword |
| help_relation |
| help_topic |
| innodb_index_stats |
| innodb_table_stats |
| ndb_binlog_index |
| plugin |
| proc |
| procs_priv |
| proxies_priv |
| server_cost |
| servers |
| slave_master_info |
| slave_relay_log_info |
| slave_worker_info |
| slow_log |
| tables_priv |
| time_zone |
| time_zone_leap_second |
| time_zone_name |
| time_zone_transition |
| time_zone_transition_type |
| user |
±--------------------------+
31 rows in set (0.00 sec)
退出:
mysql> exit
Bye
相關文章
- 【kingbase資料庫】kingbase檢視所有表名資料庫
- SQL Server資料庫檢視一個資料表各列的註釋SQLServer資料庫
- MySQL資料庫注入基礎MySql資料庫
- mysql binlog檢視指定資料庫MySql資料庫
- 在MySQL中,如何獲取資料庫下所有表的資料行數?MySql資料庫
- 如何刪除資料庫下的所有表(mysql)資料庫MySql
- MySQL命令檢視資料庫和表容量大小MySql資料庫
- 資料庫篇-mysql詳解( 一 )之基礎應用資料庫MySql
- mysql資料庫的基礎架構MySql資料庫架構
- 資料庫檢視資料庫
- 資料庫-檢視資料庫
- MySQL資料庫基礎筆記MySql資料庫筆記
- Mysql資料庫基礎操作命令MySql資料庫
- MySQL資料庫基礎詳解MySql資料庫
- php基礎之連線mysql資料庫和查詢資料PHPMySql資料庫
- 達夢資料庫基礎---表資料庫
- 一個檢視Access資料庫密碼的工具資料庫密碼
- 資料庫篇:mysql事務原理之MVCC檢視+鎖資料庫MySqlMVC
- 資料庫的物化檢視資料庫
- 資料庫檢視的作用資料庫
- 資料庫檢視的使用資料庫
- 2.12 資料庫資料字典檢視資料庫
- 資料庫基礎資料庫
- 資料庫 基礎資料庫
- MySQL預設資料庫之mysql庫MySql資料庫
- MySQL?資料庫的基礎知識撩磅MySql資料庫
- MySQL中修改一個資料庫下包含有某個相同欄位的所有表的欄位長度MySql資料庫
- Django基礎之七(資料庫操作)Django資料庫
- mysql資料庫基礎知識--一分鐘讓你資料庫入門(sql基礎語法篇)MySql資料庫
- 建立一個MySQL資料庫中的datetime型別MySql資料庫型別
- MySQL資料庫健康檢查--MySQL巡檢MySql資料庫
- phpStudy2018 升級資料庫 MySQL5.7PHP資料庫MySql
- openGausspostgreSQL資料庫效能檢視SQL資料庫
- 2.8.3 資料庫服務的資料字典檢視資料庫
- MySQL資料庫之索引MySql資料庫索引
- MySQL資料庫之分庫分表方案MySql資料庫
- 資料庫基礎使用資料庫
- 【SQLServer】如何檢視某個資料庫中,每個table的資料量大小SQLServer資料庫