Update 02-database.md

This commit is contained in:
wade zhang 2022-11-15 10:27:45 +08:00 committed by GitHub
parent e200a4df20
commit 3562011b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ SHOW CREATE DATABASE db_name;
### 查看数据库参数 ### 查看数据库参数
```sql ```sql
SHOW DATABASES \G; select * from information_schema.ins_databases \G;
``` ```
会列出系统中所有数据库的配置参数,并且每行只显示一个参数。 会列出系统中所有数据库的配置参数,并且每行只显示一个参数。