Simple use Filezilla to find the WordPress Website file wp-config.php and then edit the file to see the database name. It’s around the 17th line
// ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'your dabase name');