[ad_1]
My WordPress site is hosted by OVH. I need to modify the wp-config.php file to change the MySQL database connection password. But my wp-config.php file is almost empty, and text indications in it tell me not to modify this file, but rather to modify application.php. But in application.php, I can’t find the usual lines to modify the DB informations (as one can find on the internet on several tutorials).
​
Does anyone know what I can do ? I’m honestly totally lost…
[application.php, with CTRL+F \\”DB\\”]) [wp-config.php]) [ad_2]
It looks like its getting the username and password from a .env file check your project for a .env file
Talk to your host.
You should check the permissions on that folder.. is it 755 or higher?
Why are you attempting to modify a file inside a .zip archive?