monicaamb Posted November 28, 2022 Share Posted November 28, 2022 I made a serious mistake. I have downloaded the PrestaShop Database Management module to see my database and I didn't know where to get the data (user, password...) so I created a database on the server and now I get the error 500 because the server is pointed to that database which is empty. How could I recover my website? I have made a backup but it still does not work Link to comment Share on other sites More sharing options...
Knowband Plugins Posted November 29, 2022 Share Posted November 29, 2022 Go to "/app/config/parameters.php" Change this :- Quote 'database_host' => 'localhost' 'database_name' => 'your-databse-name', 'database_user' => 'your-username' 'database_passwors' => 'your-username' Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now