Discover show grants for database, include the articles, news, trends, analysis and practical advice about show grants for database on alibabacloud.com
When the Mycheckpoint is installed, this secret is discovered when the user is given permission to do so:
Copy Code code as follows:
Mysql>
Mysql> GRANT all privileges in mycheckpoint.* to ' mycheckpoint_user ' @ ' localhost '
In MySQL, the show syntax is used to obtain detailed information about the table column and the entire database, allowing you to conveniently view detailed information about the database.
In MySQL, the show syntax is used to obtain detailed
SHOW CHARACTER SETShow all the available character setsCHARACTER SET CHARACTERSETlike'latin%';SHOW COLLATIONThe output includes all available character sets like ' latin1% ';SHOW COLUMNSDisplays the information for each column in a given table, and
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;
In
The common MySQL show commands are as follows:1, show databases; Show all databases in MySQL2, show tables [from databases]; Displays the names of all tables in the current database3, Show columns from tables; Displays the names of the columns in
Show open tables;Based on my use of MySQL, the commonly used MySQL show statements are listed as follows:1.show databases; Displays the names of all databases in MySQL2.show tables [from database_name]; Displays the names of all tables in the
The common MySQL show statements are listed below:1.show databases; Displays the names of all databases in MySQL2.show tables [from database_name]; Displays the names of all tables in the current database3.show columns from table_name; Show column
MySQL's show statement Daquanhttp://blog.163.com/yang_jianli/blog/static/16199000620106223253773/MySQL's show statement Daquan2010-07-02 14:32:53| Category: mysql | Tags: show Statements mysql | report | font size subscription
Tag:dbn inno att matching lob col err temp ble Based on my use of MySQL, the commonly used MySQL show statements are listed as follows: 1.show databases; Displays the name of all databases in MySQL 2.show tables [from
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.