This error has already been faced by a lot of people, but I could not find an answer in my case. My wordpress website works perfectly in local
What I have done:
- Upload with filezila
- Create a sql database in OVH -Import all the SQL tables from local to the website with phpmyadmin
- Modify the wp-config.php file and also the wp-config-sample.php writting my informations.
Thanks for your help !!
This error has already been faced by a lot of people, but I could not find an answer in my case. My wordpress website works perfectly in local
What I have done:
- Upload with filezila
- Create a sql database in OVH -Import all the SQL tables from local to the website with phpmyadmin
- Modify the wp-config.php file and also the wp-config-sample.php writting my informations.
Thanks for your help !!
Share Improve this question asked Jan 24, 2019 at 16:32 nolwwwnolwww 1011 bronze badge 14 | Show 9 more comments1 Answer
Reset to default 0I too had faced the same issue many times but after refreshing the browser it solved my problem.
Kindly check the wp-config file and verify if the database name and other information is correct.
Another thing you can try is restarting your local host.
wp-config.php
and enter the DB credentials in the installation wizard to see if it will connect? Don't finish installation, just check DB connection. – nmr Commented Jan 24, 2019 at 17:15