Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

How to list databases from Linux command list?

Gabriel Turqos

Active Member
Joined
Mar 11, 2019
Messages
17
I have a mariadb database and I want to list existing databases from the linux command line.
 
type show databases in the CLI
And Boom you will have the list of databases at your disposal.
 
Back
Top