List Databases And Tables
If you've started a mysql session, but haven't connected to a particular database yet, you can list the available databases like so:
If you are curious about the tables in a particular database, you can list them by specifying the database's name:
Alternatively, you can connect to the database of interest and then there is no need to specify the name of the database going forward.
Last updated