Mysql must know will read notes the third chapter of the display database _mysql

Source: Internet
Author: User

MySQL is an open source relational database management system (RDBMS), the MySQL database system uses the most commonly used database management language-Structured Query Language (SQL) for database management.

Show column from TableName;

Returns a row for each field that contains the field name, data type, whether NULL is allowed, key information, default value, and other information.

Describe statement: MySQL supports using Describ as a quick way to show columns from. Describ TableName

Additional show statements that are supported:

Show status, for displaying extensive server-state information

Show create DATABASE and shows create TABLE, which are used to display MySQL statements that create specific databases or tables.

Show grants, which displays the security permissions granted to the user.

Shows errors and show warnings, used to display server errors or warning messages.

MYSQL 5 supports a new INFORMATION_SCHEMA command that can be used to obtain and filter schema information.

The above is a small series to introduce the MySQL must know will read the third chapter of the display database related content, hope to help everyone!

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.