Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
Coupe WPB
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Comment Corrigé l’erreur d’établissement d’une connexion à la base de données dans WordPress

La notification « Erreur lors de l’établissement de la connexion à la base de données » apparaît-elle dans WordPress ?

Il s’agit d’une erreur fatale qui rend votre site inaccessible aux utilisateurs/utilisatrices. Elle se produit lorsque WordPress ne parvient pas à établir une connexion avec la base de données. Étant donné que de multiples facteurs peuvent affecter cette connexion, cette erreur peut être un peu difficile à dépanner pour les débutants.

Dans cet article, nous allons vous afficher comment corriger facilement le message  » Erreur d’établissement d’une connexion à la base de données  » sur votre site WordPress, étape par étape.

Fix the Error Establishing a Database Connection in WordPress

Quelle est la cause de l’erreur d’établissement d’une connexion à la base de données dans WordPress ?

Une base de données est un logiciel qui permet de stocker, d’organiser et d’extraire facilement des données d’autres logiciels.

En tant que système de gestion de contenu, WordPress utilise une base de données pour stocker tout votre contenu et les autres données de votre site. Il se connecte ensuite à la base de données chaque fois que quelqu’un visite votre site.

WordPress a besoin des informations suivantes pour se connecter à la base de données :

  • Nom de la base de données
  • Nom d’utilisateur et mot de passe de la base de données
  • Serveur de base de données

Ces informations sont stockées dans votre fichier de configuration WordPress, qui s’appelle wp-config.php.

Si l’une de ces informations est incorrecte, WordPress ne parviendra pas à se connecter à votre serveur de base de données et vous verrez apparaître l’erreur « Erreur dans l’établissement de la connexion à la base de données ».

Database connection error in WordPress

Il s’agit de l’une des erreurs les plus courantes de WordPress. Outre les informations d’identification incorrectes, cette erreur peut également apparaître si le serveur de données est en panne ou si les fichiers de la base de données sont corrompus.

Ceci étant dit, voyons comment corriger le problème  » Erreur lors de l’établissement de la connexion à la base de données  » dans WordPress avec un dépannage étape par étape.

1. Vérifiez les infos de la base de données de WordPress

La raison la plus fréquente de l’erreur de connexion à la base de données est une info de connexion incorrecte. Si vous avez récemment déplacé votre site WordPress vers un nouvel hébergeur, c’est probablement la cause du problème.

Les informations d’identification de votre base de données WordPress sont stockées dans le fichier wp-config.php. Il s’agit du fichier de configuration de WordPress qui contient des réglages importants, notamment des informations sur la base de données.

Si vous n’avez jamais modifié un fichier wp-config.php auparavant, consultez notre guide du débutant sur la manière de modifier le fichier wp-config.php pour plus d’instructions.

Vous rechercherez les lignes suivantes dans le fichier wp-config.php :

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'database_name_here' );
/** MySQL database username */
define( 'DB_USER', 'username_here' );
/** MySQL database password */
define( 'DB_PASSWORD', 'password_here' );
/** MySQL hostname */
define( 'DB_HOST', 'localhost' );

Confirmez ici que les informations relatives au nom de la base de données, à l’identifiant, au mot de passe et à l’hébergeur de la base de données sont correctes.

Vous pouvez confirmer ces informations à partir du tableau de bord de votre compte d’hébergement WordPress. Pour ce tutoriel, nous utiliserons Bluehost, mais le processus sera similaire pour d’autres panneaux d’hébergement également.

Après vous être connecté, cliquez sur l’onglet « Site » dans la colonne de gauche, puis passez à l’onglet « Avancé ». Défilez ensuite jusqu’à la section « Base de données » et cliquez sur le bouton « Gérer » situé à côté.

Click the Manage button next to the Database section

Cela ouvrira la page des bases de données MySQL dans cPanel dans une nouvelle fenêtre.

Ici, vous pouvez trouver le nom de votre base de données et votre identifiant dans la section  » Base de données actuelle « . N’oubliez pas de copier et de coller ces informations dans un bloc-notes afin de les ajouter au fichier wp-config.

Find your database name and username in the Current Databases section

Ensuite, défilez jusqu’à la section « Utilisateurs/utilisatrices actuels », où vous pouvez cliquer sur le lien « Modifier le mot de passe » à côté du nom de votre base de données.

Vous accéderez à un nouvel écran, où vous pourrez modifier le mot de passe de la base de données à votre convenance.

Change your database password

Une fois que vous avez confirmé tous les détails de votre base de données, vous pouvez modifier ces informations dans votre fichier wp-config.php si nécessaire.

Après cela, réessayez de visiter votre site pour voir si l’erreur de connexion à la base de données a disparu.

Si l’erreur persiste, cela signifie que quelque chose d’autre ne va pas.

2. Vérifiez les informations relatives à l’hébergeur de votre base de données

Si vous êtes certain que le nom de votre base de données, votre identifiant et votre mot de passe sont corrects, vous devez alors vous assurer que vous utilisez les bonnes informations sur l’hébergeur de la base de données.

La plupart des entreprises d’hébergement WordPress utilisent localhost comme hébergeur de votre base de données. Cependant, certaines entreprises d’hébergement WordPress infogérées utilisent des serveurs distincts pour héberger les bases de données. Dans ce cas, l’hébergeur de votre base de données ne sera pas localhost.

Cela signifie que vous devrez contacter votre entreprise d’hébergement WordPress pour confirmer ces détails.

3. Réparer la base de données de WordPress

Maintenant, il se peut que vous obteniez une erreur différente dans le tableau de bord wp-admin comme « Une ou plusieurs tables de la base de données sont indisponibles » ou « La base de données peut avoir besoin d’être réparée ». Dans ce cas, vous devez réparer votre base de données.

Vous pouvez le faire en ajoutant la ligne suivante dans votre fichier wp-config.php. Confirmez-vous que vous l’ajoutez juste avant la ligne « C’est tout, arrêtez les modifications ! Bon blog » :

define('WP_ALLOW_REPAIR', true);

Une fois que vous avez fait cela, vous pouvez voir les réglages en visitant cette page : http://www.yoursite.com/wp-admin/maint/repair.php. Confirmez simplement que vous remplacez yoursite.com par votre propre nom de domaine.

Ici, vous devez cliquer sur le bouton « Réparer la base de données » pour lancer le processus.

Repair WordPress database

Note : L’utilisateur n’a pas besoin d’être connecté pour accéder à la page de réparation de la base de données. Une fois la réparation et l’optimisation de votre base de données terminées, retirez cette ligne de code de votre fichier wp-config.php.

Toutefois, si vous ne souhaitez pas ajouter de code à votre site, vous pouvez également réparer votre base de données à partir du cPanel de votre compte d’hébergement.

Rendez-vous sur votre compte hébergeur, où vous devez ouvrir la page ‘Sites Web’ dans la colonne de gauche. Ensuite, passez à l’onglet ‘Avancé’ et cliquez sur le bouton ‘Gérer’ dans la section Base de données.

Click the Manage button next to the Database section

Cela ouvrira cPanel dans un nouvel onglet. Défilez vers le bas jusqu’à la section ‘Modifier les bases de données’ et choisissez le nom de votre base de données dans le menu déroulant ‘Réparer la base de données’.

Une fois que vous avez fait cela, cliquez simplement sur le bouton « Réparer la base de données » pour lancer le processus.

Click the Repair database button

Le panneau d’hébergement va maintenant réparer automatiquement votre base de données.

Une fois le processus terminé, un message de réussite s’affiche.

Database repair success message

Vous pouvez maintenant visiter votre site WordPress pour voir si l’erreur a été résolue ou non.

4. Vérifier si votre serveur de base de données est en panne

Si tout semble correct et que WordPress ne parvient toujours pas à se connecter à la base de données, il se peut que votre serveur de base de données(serveur MySQL) soit en panne.

Cela peut se produire en raison d’un trafic important sur un serveur. Le serveur de votre hébergeur ne peut tout simplement pas supporter la charge (surtout si vous êtes en hébergement partagé).

De ce fait, votre site sera lent, et certains utilisateurs/utilisatrices pourront même obtenir une erreur. Dans ce cas, vous devez contacter votre fournisseur d’hébergement par téléphone ou par discussion directe et lui demander si votre serveur MySQL est responsive.

En outre, si d’autres sites fonctionnent sur le même serveur, vous pouvez vérifier ces sites pour confirmer que votre serveur SQL est hors service.

Si vous n’avez pas d’autre site sur le même compte d’hébergeur, il vous suffit de vous rendre sur votre Tableau de bord et de passer à l’onglet « Avancé ».

Cliquez ensuite sur le bouton « Gérer » à côté de la section phpMyAdmin.

Click the Manage button next to the PHPMyAdmin option

Cela ouvrira phpMyAdmin dans une nouvelle fenêtre, où vous devrez cliquer sur l’option « Base de données » en haut.

Cliquez ensuite sur le nom de votre base de données pour accéder à ses Réglages. Si vous y parvenez, il est temps de vérifier si l’utilisateur de votre base de données dispose de droits suffisants.

Connect PHPMyAdmin with your database

Pour ce faire, vous devez créer un nouveau fichier appelé testconnection.PHP et y coller le code suivant :

<?php
$link = mysqli_connect('localhost', 'username', 'password');
if (!$link) {
die('Could not connect: ' . mysqli_error());
}
echo 'Connected successfully';
mysqli_close($link);
?>

En collant le code, veillez à remplacer l’identifiant et le mot de passe par les vôtres. Vous pouvez maintenant téléverser ce fichier sur votre site et y accéder via un navigateur web.

Si le script se connecte bien, cela signifie que votre compte dispose de droits suffisants et que l’erreur provient d’une autre source.

Maintenant, vous devez retourner à votre fichier wp-config et l’analyser pour vous assurer que tous les détails sont exacts et sans fautes de frappe.

Autres solutions qui ont fonctionné pour les utilisateurs/utilisatrices

Si les astuces de dépannage mentionnées ci-dessus ne parviennent pas à corriger l’erreur de connexion à la base de données sur votre site, vous pouvez essayer ces étapes supplémentaires.

Comme l’ont signalé nos utilisateurs/utilisatrices, ces étapes ont aidé certains d’entre eux à résoudre l’erreur de connexion à la base de données sur leur site.

1. Mettre à jour l’URL du site WordPress

Vous pouvez essayer de mettre à jour l’URL du site WordPress en utilisant phpMyAdmin dans cPanel.

Il vous suffit d’accéder à phpMyAdmin depuis le tableau de bord de votre compte hébergeur et de sélectionner votre base de données WordPress dans la liste.

Passez ensuite au menu SQL en haut de la page et saisissez la requête MySQL suivante :

UPDATE wp_options SET option_value='YOUR_SITE_URL' WHERE option_name='siteurl'

Il devrait ressembler à ceci :

Change site URL

N’oubliez pas d’indiquer l’URL de votre site et de modifier wp_options en fonction du nom de votre table, car il se peut que vous ayez modifié le préfixe de la table WordPress.

2. Redémarrage du serveur web

Les utilisateurs/utilisatrices de serveurs dédiés, de serveurs locaux et de serveurs privés virtuels (VPS) peuvent essayer de redémarrer leurs serveurs.

Cette opération redémarre votre serveur web et votre base de données, ce qui peut corriger certains problèmes temporaires à l’origine de l’erreur.

3. Demander de l’aide

Si tout le reste échoue, alors vous devrez peut-être contacter votre entreprise d’hébergement web. Toutes les bonnes entreprises d’hébergement WordPress vous aideront à dépanner le problème, vous indiqueront la bonne direction, voire le corrigeront pour vous.

Vous pouvez également embaucher des développeurs/développeuses WordPress en utilisant une plateforme comme WPBeginner Pro Services pour vous aider à corriger ce problème à des tarifs raisonnables. Nous avons une équipe dédiée de développeurs/développeuses experts à qui vous pouvez faire confiance pour résoudre tous vos problèmes WordPress.

WPBeginner Pro Services

De plus, vous pouvez utiliser le service pour la maintenance de votre site, la réparation de sites piratés, l’optimisation de la vitesse, la reconstruction de sites web et l’optimisation du référencement.

Nous espérons que cet article vous a aidé à corriger le problème  » Erreur lors de l’établissement d’une connexion à la base de données  » sur WordPress. Vous pouvez également consulter notre guide de dépannage WordPress pour des astuces sur la résolution des problèmes WordPress par vous-même, ou nos choix d’experts des meilleurs outils pour les développeurs/développeuses freelances WordPress.

Si vous avez aimé cet article, veuillez alors vous abonner à notre chaîne YouTube pour obtenir des tutoriels vidéo sur WordPress. Vous pouvez également nous trouver sur Twitter et Facebook.

Divulgation : Notre contenu est soutenu par les lecteurs. Cela signifie que si vous cliquez sur certains de nos liens, nous pouvons gagner une commission. Consultez comment WPBeginner est financé, pourquoi cela compte et comment vous pouvez nous soutenir. Voici notre processus éditorial.

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

L'ultime WordPress Toolkit

Accédez GRATUITEMENT à notre boîte à outils - une collection de produits et de ressources liés à WordPress que tous les professionnels devraient avoir !

Reader Interactions

661 commentairesLaisser une réponse

  1. Syed Balkhi

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Faran

    Thank God I found this article. Replacing wordpress database password and username with my cpanel login credentials got me through it.

  3. Adrian Ramos

    Thank you!

    i solved the problem by changing my new username and password in the wp-config file.

    Regards

  4. Giorgos

    Another solution that worked. Delete the current MySql user and add a new one. It’s a solution for this specific error:
    Access denied for user ‘foo’@’%’ (using password: YES)

  5. Derek Morrison

    Hi, Im a long way in to my blog with txt and pictures however, I am new to this and now finding my uploading of media is freezing 4/5 in and goes to error. Looking on the web found many others have had this problem, however, the common stream is increase image memory I’ve only used 115 MB what’s going on does anyone know? I’m very frustrated as I can try and try for HOURS sometimes to upload
    Thank you

  6. Paul Hutchinson

    Had this error pop up yesterday on my ten year old WordPress installation that is hosted @ GoDaddy.

    Turns out GoDaddy changed the Hostname for the SQL server. updated the DB_Host value and all is working fine.

    Thanks for the detailed post about this issue.

  7. Bhavesh

    I do have same issue with GoDaddy, tried everything out from this post and others.

    but not get any result.

    After heading everything I just tried to change the user name as it was same as database name before.

    and the issue solved.

    so thought the issue is having database and username is same for the DB.

  8. Kaustav Banerjee

    Super effective article. It has just happened with me. The most common mistake of all is the difference between password set for database user from backend and the one mentioned in wp-config .How could I forget this…
    Thanks a lot!!

  9. alex.s

    One thing that needs to be mentioned that if you are using MAMP the password for the database is root as a default. This little thing took me hrs to figure out.

  10. Dlee

    Thanks for this guide, it really saved me! I changed my database password not realizing what would happen, I managed to fix it thanks to this guide though :)

  11. Dev

    If it helps, I would like to add that my particular problem occurred when I updated the password to my database through godaddy, and the wp-config file did NOT update the password, I had to go in manually to change it.

    /** MySQL database password */
    define(‘DB_PASSWORD’, ‘PasswordGoesHere);

    • Jesse Josserand

      I pretty much had to do everything above including changing the password in wp-config. After all that… and editing my sql backup I was restoring so that it used the correct db_name and username and password, as well, everything started work except for errors caused by problems with the super cache plugin. I’m still fighting that issue, but hallelujah to God and all y’all above for getting me this far!

  12. David Kley

    This is why we use Joomla more than WordPress. ;)

    Easier to move, easier to set up quickly, easier to troubleshoot. WordPress makes it a huge pain if you want to move your site to another server or change domains. To each their own though. Each has it’s own set of weaknesses.

  13. Bev

    I have the problem intermittently and randomly. It doesn’t stop the site from working entirely, the ‘error establishing a database connection’ message shows up randomly (both backend and frontend). My host says the problem is a plugin conflict. I’d be happy to test that but because the problem is random, I can’t tell immediately if deactivating a plugin will help. Arrggh!

    • Steph

      We started having this issue recently as well. We contacted our host and they said it sounds like our database is either maxing its connections or our tables are locked during a call (which would most likely happen from a plugin).

  14. Tomas Hujer

    Hi, in my case it was been problem in bad domain values in table wp_blogs. There must be valid domains.

    Good Luck!

  15. Sreekant Shenoy

    Thanks you bro.. very very much..it workd.. :D I am very happy..luv you so much..I am on GoDaddy and i just placed the testfile.php and it workd..Thank you very much <3 <3 <3 <3

  16. Joel Donfak

    I had the same issue with a new website and I finally found that the MySQL username in the CPANEL was not linked to the database. After doing it, it work properly!

    So make sure the problem doesn’t come from there.

  17. Ed

    I changed my MySQL password for security reasons and updated it right away in wp-config but now I get the « Error Establishing a Database Connection » on both front and back end. I know my login credentials work as I can connect fine to phpMyAdmin.

    – I tried a fresh re-install of WordPress via FTP (without overwriting wp-config or wp-content folder) and that didn’t help.

    – I am trying to do the database repair method mentioned above but I can’t even access that page as it won’t let me get past the database connection error.

    – I tried the test connection method and get the following error:

    Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /srv/users/serverpilot/apps/xxxxxx/public/testconnection.php on line 2

    Warning: mysql_connect(): Access denied for user ‘root’@’localhost’ (using password: YES) in /srv/users/serverpilot/apps/xxxxxxxx/public/testconnection.php on line 2
    Error: Access denied for user ‘root’@’localhost’ (using password: YES)

    None of these solutions work! Please help someone! I haven’t touched my wordpress site or made any changes prior to the mySQL password update so I know it’s not a wordpress code or plugin issue. Would nginx or cache effect this?

    • dev

      Go to wp-config file and find this:

      /** MySQL database password */
      define(‘DB_PASSWORD’, ‘PasswordGoesHere’);

      Make sure the password matches what you use to log in to your database.

  18. Kyle Coombs

    So, I have always accessed WordPress via the internet and never downloaded the client onto my computer. I’ve always wondered why someone would want to do that and now I think I understand why after receiving this same error message.

    I’m curious, can I do any if I cannot access my WordPress account to make these changes listed? Or do I need to contact my host or hope that problem resolves itself?

    Just checking if there’s anything I can do on the front end.

  19. Dave_Whittle

    I had this error yesterday, and to make a long story short, the solution was as simple as restarting MySQL, i.e. issuing the following commands from the command line:

    sudo mysql stop
    sudo mysql start

  20. Shoaib

    Thanks this one helped me :)
    define(‘DB_HOST’, ‘127.0.0.1:8889’);

  21. mohadsl

    Hi, I have been reading this message over and over when I log in to another domain for my WordPress. Please help

    Error: Unable to find the specified administrator account in WordPress. Specify the username of your administrator’s account in WordPress. This account will be associated with Plesk.

  22. Kurtis

    I was trying to load my website (from backups) to a new hosting company today. It was tricky figuring out how to make it work. Ended up installing and uninstalling a bunch of times due to some mistakes. I first tried loading my wordpress files via FTP and creating a new Mysql database manually in my hosting control panel, but I could not get the two to see eachother and could not import my backed up SQL file to the new database, finally figured out (after some trial and error), i needed to install a fresh wordpress from my hosting control panel which installs wordpress for me and creates a database. Once there is a linked database you can drop all the tables, and import the backed up database. I would then upload my wordpress backup via FTP on top of the fresh install and choose ‘Overwrite’. When it finished, I had the front page of my website showing up like it was working, but all the pages were « object not found, no database, or page outdated, please notify the author, etc. »…. I tried repairing/optimizing the database, which did not help…. I updated my wp-config file with the right database info, which did not fix it….So I uninstalled everything and started over many times (uninstalling reinstalling with the same results — FINALLY WHAT WORKED. fresh wordpress install via my control panel, I used the same username password for the admin that I previously had used on my old site (this helped my new wordpress « see the mysql backup » better once I imported it), then FTP the wordpress backup files on top of the fresh install with overwrite option. change the wp-config code to the new database info (mine was a new database name/pw everytime i reinstalled wordpress). After I did all of this I was getting the front page but still getting « object not found » pages for everything else. BUT now I could login to my admin…. once I was at this point, I realized that wordpress or the server wass checking itself (updating itself) after all of the major changes I had made via FTP and MySQL…. basically just wait, I think I waited a half hour to an hour and I started seeing my other pages (without graphics), took a nap, and then all the pages were there. I only had a few pages and posts but after such major changes, the server had to catch up and verify itself, I think…

  23. Jhood

    Just wanted to share my experience – I received this error when I created my account in cPanel with a user name that was more than 8 characters long. Apparently it confused the WordPress installer, and it couldn’t create the database.

    So I just deleted the entire Cpanel account and started over with a cPanel user name of 8 characters – worked like a charm!

  24. Sarah Baker

    I tried just about all these things and nothing worked – just about but not all. I’m not an expert but not a beginner. Finally, I decided to delete the account from the server (new site with no data yet), start over, and install WordPress manually. I use Rochen which uses cPanel and Fantastico and it’s only been recently that I’ve been having this problem.

    Installing manually worked fine and I had no problems. Will be submitting a support ticket to Rochen for sure.

  25. Penina

    I built my site on an Amazon ec2 instance and frequently get the Error establishing database connection on both the frontend and backend. what I do that always solves the problem is telnet into the server and restart mysqld. But I was wondering what the underlying issue was that is always causing this error to recur. any ideas??

    • shaun2k

      You’re running out of RAM and memory management is killing your mysqld process. You will need to upgrade to an instance that has at least 2GB RAM. I’m tipping you’re on free tier and you have 1GB of RAM.

  26. KyleM

    For me what worked was changing localhost entry in wpconfig.php to 127.0.0.1; they may work with out doing all of the above so its a quick. I must say all this data above was a good start for me to understand the problem and root cause.

  27. Christina Torres

    Totally random, and maybe this is dumb, but I realized my problem on Mac was that it kept changing a regular ‘ into a stylized one in text edit every time I added in my username, password, database name, etc, even as a text file. weird. anyway, thanks for the help!

  28. Colin Murphy

    Just incase other people have had the same issue you get this error also on a multisite installation if the URL’s in the wp_blogs are not set correctly . I had this issue this morning when moving the site from my dev version to staging.

  29. Jack Bobeck

    I just experienced it on our site, first time. So I did as you recommended, called Bluehost, our host provider to find out WTH? They said that our database is limited to 15 connections at once, and that because of activity, when you hit that ceiling, you get that error. So they suggested we run a test on all of our plugins and see if there are some that are hogging connections, then run a program that converts our pages to HTML pages as a backup, in case people want to access the site as a backup and do so in a quicker manner. I hope this makes sense, not an expert web guy, but just repeating best I can. But best thing to do first is contact your host provider for answers.

    Jack

  30. Ryan Turner

    I just had the same problem for my site. Went through the article and didn’t see anything out of the ordinary. messing around in wordpress I reset my ‘WP Super Cache’ plugin to the defaults and cleared it out and my site started working again.

  31. Ali Khan

    Doesn’t let me sign into phpmyadmin from my cPanel, saying account is not verified.

  32. Daniel DeNewasha

    Intermittently I get the following error visiting the site. There’s absolutely nothing on major search engines with this error number alone. I can get to wp-admin, which is the sites login page with theme loaded, etc. and login. In Admin, I can do anything with no issues. Sometimes I can visit the site, other times not, even in different browsers, e.g., on refresh may or may not appear. Have done the repair and settings show no errors. I am on Godaddy shared hosting. Just finished building site so very little content, DB incredibly small 2mb on export.

    « ERROR 677-402iqz. We’re sorry, error reading database, missing or
    corrupt. This website is no longer unavailable. »

    Any ideas anyone?
    Thanks
    Daniel

  33. WPBeginner Staff

    WordPress stores all your site’s information in a database, which is managed by a database server. If for some reason WordPress is unable to connect to the database server then you will get this error. Please contact your web hosting provider for support.

  34. terry

    I was trying to fix non appearance of widgets on my site when I got
    « Could not connect to the DB Server! »
    . Even when I just enter the site in the address box or include wp-admin.
    I have no idea now. Just assume I am a 5 year old idiot if you reply.

  35. Syed Balkhi

    If you’re getting on a welcome screen, then it means that you replaced your database credentials.

  36. john

    Hi my site has been off since this morning telling me Error establishing a database connection in french since it is a french website http://c2cteaching.com
    I called my host who told me to modify my wp-config.php, and since we did I land on a welcome setting page of wordpress ! I’m getting crazy, what can i do ? help me please !

  37. Vijay

    Hi, I had this error show up on our primary domain, add-on domains and a sub-domain.

    I use GoDaddy for hosting.

    Long story short: We found that because for some reason the MySQL databases table inside hosting > databases didn’t have any users attached to the databases that the sites were showing this particular error.

    Just below that table on the right hand side, there is a ‘Add User to Database’ section. I assigned each user to a database. So, i388299_wp1 was selected as user and i388299_wp1 was selected as the database and all the sites started working fine again.

    So, there is a bug in GoDaddy that causes users to be deleted from that list for some strange reason.

  38. karelles

    I was trying to clean up and tossed some mysql servers (they’re all one anyway) that I thought I wasn’t using and one of my site alarms went off. Sure enough that site was using the server that I tossed. Changed to a different server (as I said they’re all one) in the wp-config file and all was again well. Thanks!!!

  39. Vonnie Hudson

    I had this problem today on my VPS. Error establishing connection to Database. Checked disk space and confirmed it was fine but memory usage was almost depleted. I ran sudo free -m and top to find the biggest offenders but couldn’t really figure it out. I had something like 5MB of RAM left. I even rebooted the server but that didn’t fix it. So I just waited and eventually it came back – my only guess at this point is that my server was inundated with too much traffic. But it’s a VPS so I don’t know what’s going on. I hope this doesn’t happen again tomorrow –

    • random guy

      You need to get a fully managed cpanel VPS so that someone that knows what they are doing can assist you.

      When you have 5mb of ram left, you are stuffed. The server would be slowing down immensely. From here, upgrading the ram, or installing cpnigix, or having someone fine tune the VPS, can all reduce your ram usage and improve performance.

  40. rookie

    Thank you so much for your help.

    I am just a rookie that had to do this job.

    This helped me:

    1define(‘DB_NAME’, ‘database-name’);

    2define(‘DB_USER’, ‘database-username’);

    3define(‘DB_PASSWORD’, ‘database-password’);

    4define(‘DB_HOST’, ‘localhost’);

  41. Gorillaz

    I justed wanted to thank you very much.
    You saved my day.

  42. Luke

    I rebooted my server. Problem solved. You might want to mention that first in the article. Saves time, lol.

    Log into ubuntu 12.04 -> Reboot

    • Jack

      I had this same issue. I rebooted the server, problem resolved but wp-admin panel is running too much slow since i rebooted the server. Any idea?

  43. vanda

    I met a problem , I can’t go to front end it show the message that
    « Error establishing a database connection » of my page I did it on localhost, what can I do?

  44. WPBeginner Staff

    Jacob, it seems like your database server is frequently down. Contact your web host or switch to a better WordPress Hosting provider.

    As for the facebook issue we will recommend you to use WordPress SEO by Yoast. Once it is activated go to SEO -> Social and check the box next to Add Open Graph meta data.

    • Aaron Winters

      I’m having same issue as Jacob had, but on my local install. In the time it takes to make an edit of any sort, I sporadically get sent to the « Error establishing a database connection » page. (Only on Admin side) 1 in 5 times it actually forwards past it on its own and completes the update, otherwise I have to copy the entire post, paste over the old, submit over and over until it finally accepts. Also happens on image uploads. No problem on the remote host that I know of.

  45. Jacob Wall

    I get the error sporadically – only when I’m signed into my admin account. Although one blog reader did inform me that once it took her 4 attempts to load the main page. It never lasts long, but happens often (4 or 5 times a day?).

    Also, while I am writing blogs, I will often get a « Connection to server lost » error, and then I have to wait for it to reconnect before I can save. As I said, it never lasts more than about 15 minutes, but often enough so it makes writing blog posts a very time consuming process.

    Finally, when I try to share on FB, the preview doesn’t show up – only a link. I have know idea if these three errors are related, but they seem to show up around the same time, and all three are too frequent.

  46. Deepika Arodhiya

    I have change my hosting. How to proceed? Getting error:

    Error establishing a database connection

  47. uvraj

    I have anothere issue here.. the posts are working fine. but in the main url, the error « error establishing database connection » is appearing? Is there something with my theme? I am not able to figure it out…..

  48. JD

    Thank you! Appreciate the post. Worked for me, although had to do a combination of the methods stated!
    Thanks!

  49. zuecell

    all my wp on my host error :( should i check one by one :(

Laisser une réponse

Merci d'avoir choisi de laisser un commentaire. Veuillez garder à l'esprit que tous les commentaires sont modérés selon notre politique de commentaires, et votre adresse e-mail ne sera PAS publiée. Veuillez NE PAS utiliser de mots-clés dans le champ du nom. Ayons une conversation personnelle et significative.