Home > Database > Mysql Tutorial > body text

Recommended courses about show command

零下一度
Release: 2017-06-14 15:41:57
Original
1509 people have browsed it

The show syntax in MySQL obtains detailed information about table columns and the entire database, making it easy to view detailed information about the database. ​ Show databases;show tables from db_name; show columns from table_name from db_name;show index from talbe_name [from db_name];show status;show variables;show [full] processlist;show table status [from db_name];show grants for user; Except for status, processlist and grants, others can have the like wild option, which can use the SQL '%' and '_' characters; show databases like '%t'; will list all database names ending with ' Database with t' characters

1. The show command method in MySQL gets the detailed information of the table columns and the entire library (high quality collection)

Introduction: The show syntax in MySQL obtains detailed information about table columns and the entire library, making it easy to view detailed information about the database.

2. Usage of MySQL show command

Introduction: The usage of MySQL show command is very convenient under dos to display some information.

3. Usage of MySQL Show command under Linux

Introduction: show innodb status; Explanation: display innoDB storage Engine status show logs; Explanation: Display the logs of the BDB storage engine show warnings; Explanation: Display the last execution

4. Detailed introduction to the use of the show command in mysql

Introduction: This article mainly introduces the main usage of the show command under the mysql database a. show tables or show tables from database_name; -- Display the names of all tables in the current database. b. show databases; -- Display the names of all databases in mysql. c. show columns from table_name from database_name; or show co

5. Detailed explanation of the usage of Show command in MySQL database

Introduction: There are many basic commands in MySQL, and the show command is one of them. The use of the show command is easy to cause confusion among many users. This article collects many uses of the show command. a. show tables or show tables from database_name; -- Display the names of all tables in the current database. b. show databases; -- Display

in mysql. MYSQL tutorial: MySQL Show command

Introduction: show tables or show tables from database_name; Explanation: Display the names of all tables in the current database show databases; Explanation: Display the names of all databases in mysql show processlist; Explanation: Display all processes running in the system, that is, currently executing Inquire. Most users can view their own

7. Usage of Mysql show command under Mysql database

Introduction : This article mainly introduces to you the actual usage of the Mysql show command under the Mysql database. If you are interested in the specific application of the Mysql show command, you can click on the following article to learn more about its practical application. Deep understanding. a. show tables or show tables from database_name; -- Display all the information in the current database.

##8. ##Introduction: There are many basic commands in MySQL, and the show command is one of them. The use of the show command is easy to cause confusion among many users. This article brings together many of the show commands. usage. a. show tables or show tables from database_name; -- Display the names of all tables in the current database. b. show databases; -- Display all databases in mysql

The above is the detailed content of Recommended courses about show command. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!