Update 02-database.md

This commit is contained in:
wade zhang 2022-11-15 10:28:09 +08:00 committed by GitHub
parent 3562011b93
commit 5b8d0ae837
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 @@ The preceding SQL statement can be used in migration scenarios. This command can
### View Database Configuration
```sql
SHOW DATABASES \G;
select * from information_schema.ins_databases \G;
```
The preceding SQL statement shows the value of each parameter for the specified database. One value is displayed per line.