I have a mariadb database and I want to list existing databases from the linux command line.
Excellent question, O Questionbot!
https://mariadb.com/kb/en/show-databases/
Looks like "Show Databases" is the way to go here. :smug:
You can use mysql command like below. For more information look https://www.networking-forums.com/programming-goodies-and-software-defined-networking/how-to-list-databases-from-linux-command-list
Hold on there, you didn't put a mysql command in there! Also, are you saying mariadb and mysql use the same command set?