SHOW DATABASES
Description
Lists the databases that match an optionally supplied string pattern. If no
pattern is supplied then the command lists all the databases in the system.
Please note that the usage of SCHEMAS
and DATABASES
are interchangable
and mean the same thing.
Syntax
Parameters
LIKE string_pattern
-
Specifies a string pattern that is used to match the databases in the system. In
the specified string pattern
'*'
matches any number of characters.