Changing the owncloud password / mail server credentials is no problem. But how do I change the database credentials?
I tried changing the password directly in the mysql database but then owncloud is now aware of the new passward.
I also checked for an occ command similar to the one when changing the admin password, but I didn’t find one.
So how do I change the database credentials such that owncloud is also aware of the change?
I had a similar issue – I have ultimately did a fresh install and re-indexed the documents. I understand that would be painful for many users.
Unrelated – is there an official confirmation that latest OwnCloud versions have fixed the three vulnerabilities announced last month? Specifically the docker versions.
maybe you have changed the “wrong” config.php file or have placed a wrong password into it? I think if you change the password in the database and use the same password in the dbpassword entry of the config.php this will definitely work.