mysql see current database code example Example 1: how to see database in mysql command line SHOW DATABASES; Example 2: how to show current database in mysql CopySELECT database();