seeing which database you have on the terminal code example
Example 1: how to see database in mysql command line
mysql -u user -p
Example 2: how to see database in mysql command line
use DBNAME;
mysql -u user -p
use DBNAME;