How to find out which Database XF is running on?

Travis

Active member
Licensed customer
My Co-Founder urgently needs to delete a database from our site, but we don't know which one has XF installed on it. Is there any way to find out which database it is?
 
it is in the config.php file
PHP:
$config['db']['username'] = 'name_your_database';

Edit : grilled :D
 
Back
Top Bottom