show all databases mysql command line code example
Example 1: how to see database in mysql command line
SHOW DATABASES;
Example 2: how to see database in mysql command line
mysql -u user -p
SHOW DATABASES;
mysql -u user -p