Update 02-database.md

This commit is contained in:
wade zhang 2022-11-15 10:32:21 +08:00 committed by GitHub
parent 5b8d0ae837
commit 6fdaa442ad
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
select * from information_schema.ins_databases \G;
SELECT * FROM INFORMATION_SCHEMA.INS_DATABASES WHERE NAME='DBNAME' \G;
```
The preceding SQL statement shows the value of each parameter for the specified database. One value is displayed per line.