You can use the SHOW DATABASES syntax to view all databases in the current Lindorm instance.
Applicable engines and versions
The SHOW DATABASES syntax is applicable to all versions of LindormTable and LindormTSDB.
Syntax
show_databases_statement ::= SHOW DATABASES
Examples
View all databases in the current Lindorm instance.
SHOW DATABASES;
The following result is returned:
+--------------------+
| SCHEMA |
+--------------------+
| default |
| information_schema |
+--------------------+