Using the show dbs command helps to view all the databases. You can then access a specific database by using the use [database_name] command, which allows you to work with that particular database where I located the file.

Thanks.