Mobile app version of vmapp.org
Login or Join
Karen161

: How do I find my Joomla database password? I have Joomla website which I can login with administrator account. I also can log into cpanel. But where can I find the Joomla database password?

@Karen161

Posted in: #Password

I have Joomla website which I can login with administrator account. I also
can log into cpanel. But where can I find the Joomla database password? I don't know too much about phpMyAdmin and can't find the password in it.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Karen161

1 Comments

Sorted by latest first Latest Oldest Best

 

@BetL925

According to this forum thread your database password is not stored in the database. It is stored in a configuration file.

For Joomla version 1.5


It will be in the configuration.php normally on line 54 'var $password =' 'yourpassword';


For Joomla version 1.0 it will also be in configuration.php but you need to look for


$mosConfig_password = '';

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme