Mysql database learning-1. Get the original data

Source: Internet
Author: User

Show databasesshow tablesinformation_schema> show databases view the create database statement of the given database> show create database db_name> show tables from db_name view the create table statement of the data table of the given database> show create table tbl_name> show columns from tbl_name> show index from tbl_name> describe tbl_name> explain tbl_name> show table status from db_name> show columns from tbl_name like '% s'> show columns from tbl_name like '_ s'> show columns from tbl_name where 'key' = 'pri'

Mysqlshow command

The database managed by the mysqldump command server (if the display is rejected, you must provide the host. the user name and password are as follows. If the host has changed the default port, you must also provide the port uppercase P-P) list the data tables of a given database view the data column information in a given data table view the index information in a given data table view the description information of the data table in a given database list the structure information of the data table in a given database (if without the -- no-data parameter, data in all tables will be listed at the same time)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.