Error establishing database connection – how to proceed now
-
hello dear phpexperts,?
i thought that during the installation process the file wp-config-sample.php? gets to?
wp-config.php – but this is not happening.?Quote
Error establishing a database connectionThis either means that the username and password information in your?wp-config.php?file is incorrect or we can’t contact the database server at?localhost. This could mean your host’s database server is down.
Are you sure you have the correct username and password?
Are you sure that you have typed the correct hostname?
Are you sure that the database server is running?
If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the?WordPress Support Forums.guess that i have to edit all the stuff manually now..?
i want to edit the file now and i will afterwards store it as wp_config.php on the server ab.??
Btw:?i am still wondering why this was?not happening? so faradditionally – i will do the following?
[QUOTE]First thing you should do is to make sure that you are getting the same error on both the front-end of the site, and the back-end of the site (wp-admin). If the error message is the same on both pages “Error establishing a database connection”, then proceed onto the next step. If you are getting a different error on the wp-admin for instance something like “One or more database tables are unavailable. The database may need to be repaired”, then you need to repair your database.[/QUOTE]
[CODE]
define(‘WP_ALLOW_REPAIR’, true);[/CODE]
[QUOTE]
once you have done that, you can see the settings by visiting this page:?
[/QUOTE]see here??https://www.yoursite.com/wp-admin/maint/repair.php??
i come back and report all the findings
- The topic ‘Error establishing database connection – how to proceed now’ is closed to new replies.