Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Joomla database settings

Tags:

What is the file, where database setting are stored in Joomla CMS?

Like server, user name, database name and password?

Something like WordPress wp-config.php file.

like image 918
James Avatar asked Nov 16 '10 22:11

James


People also ask

Where is Joomla database configuration file?

Your configuration. php file is located in the root of your joomla installation. If it's in the main directory the path to it would look something like this: /home/username/public_html/configuration.

What allows you to configure the Joomla site with various settings?

The Global Configuration screen allows you to configure the Joomla site with your personal settings. Settings made in this screen apply to the whole site.

How do I edit config php in Joomla?

php can be edited via the Global Configuration panel within the administration section of your Joomla site. Changes made to those settings through the Joomla backend will be automatically and immediately saved in your configuration. php file, without the need to modify the file directly.


1 Answers

configuration.php in the root directory.

The variables of interest are $db, $dbprefix, $user and $password.

like image 136
Mads Mogenshøj Avatar answered Oct 08 '22 05:10

Mads Mogenshøj