How to find which database is used by Joomla! 3.x?
To find the database used by your Joomla! 3.x, open your configuration.php file in your website’s root folder.
Search for a line similar to this one:
public $db = 'username_database';
To find the database used by your Joomla! 3.x, open your configuration.php file in your website’s root folder.
Search for a line similar to this one:
public $db = 'username_database';