Go to phpMyAdmin, select the database from the left pane and click the tab Privileges in the list of tabs at the top. Is the username listed and does it have privileges granted to the database?I set up a new database name and username but used the same psw. How can I setup a new password?
If the username does not have the privileges to the database, click 'Edit privileges' and grant them to the user. If the password is not working and you are unable to access the backend of Joomla, write-enable and edit the file file configuration.php in the main Joomla folder. Use a proper text editor like vi or the one in the File Manager - Edit in cPanel and set the desired password in this line:
Code:
public $password = 'my-password';
Statistics: Posted by toivo — Fri Nov 29, 2024 4:45 am