Hello,
You can find what database it is in use in your wp-config.php, in this file there is which database it is in use, you need to search:
define('DB_NAME', 'database_name_in_use');
If the user you have configured it has access to all databases, you can change only the database name and you will get current installation, if your wordpress has all the themes and plugins needed.
Regards