📎 AI Summary:
The thread discusses how to list existing MariaDB databases via the Linux command line. The original poster asks for guidance, and subsequent contributors suggest using the command `show databases` within the MariaDB CLI, with one referencing a related tutorial for further details. Overall, the responses are straightforward and aimed at helping the user efficiently list databases.

Gabriel Turqos

Active Member
Joined
Mar 11, 2019
Messages
17
Thread Author #1
I have a mariadb database and I want to list existing databases from the linux command line.
 

RuskinF

Member
Joined
Feb 17, 2020
Messages
87
type show databases in the CLI
And Boom you will have the list of databases at your disposal.
 

Solution