Update 02-database.md
This commit is contained in:
parent
3562011b93
commit
5b8d0ae837
|
@ -142,7 +142,7 @@ The preceding SQL statement can be used in migration scenarios. This command can
|
||||||
### View Database Configuration
|
### View Database Configuration
|
||||||
|
|
||||||
```sql
|
```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.
|
The preceding SQL statement shows the value of each parameter for the specified database. One value is displayed per line.
|
||||||
|
|
Loading…
Reference in New Issue