How to find database details of my Joomla 2.5 installation?

Sometimes you will need to know the database details for your Joomla 2.5 installation in order to run the necessarily queries on the right database.

These details are listed in the configuration.php file located under your Joomla installation's root directory. You can open the file through cPanel -> File Manager. Look for the following lines that contain the name of the database user added to the database, the corresponding password and the name of the database:

public $user = 'USERNAME';
public $password = 'PASSWORD';
public $db = 'DATABASE_NAME';

Once you know which database your web site uses you can manage it through cPanel -> phpMyAdmin.

Joomla is a powerful software that is easy to work with once you have the right host to support you. Before you lose any more time with the wrong host, check out the hostlantern Joomla hosting offer.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Multiple Joomla websites with a single memcached server

hostlantern offers its customers the option to enable memcached in their Joomla applications....

How to configure Joomla 2.5 ACL?

One of the great features available in Joomla 1.6, 1.7 and 2.5 is called ACL. The abbreviation...

How to set drop-down menu with Joomla 2.5?

There are different ways to create a drop-down menu for your Joomla 2.5 web site. For example,...

How to reset my Joomla 2.5 password?

If you have problems to access your Joomla 2.5 admin area and can not remember the correct...

How to activate SSL protection for your Joomla 2.5 web site?

In order to turn on an SSL certificate support for your web site you should load your Joomla 2.5...