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