SHOW DATABASES
Complete reference for listing databases in MariaDB. Complete SHOW DATABASES syntax with pattern matching and privilege considerations for production use.
Syntax
SHOW {DATABASES | SCHEMAS}
[LIKE 'pattern' | WHERE expr]Description
Examples
SHOW DATABASES;
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| performance_schema |
| test |
+--------------------+See Also
Last updated
Was this helpful?

