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

Jak naprawiono błąd nawiązywania połączenia z bazą danych w WordPress?

Powiadomienie „Błąd ustanowienia połączenia z bazą danych” w WordPress jest błędem krytycznym, który sprawia, że twoja witryna jest niedostępna dla użytkowników. Dzieje się tak, gdy WordPress nie może połączyć się z bazą danych.

Ponieważ wiele czynników może mieć wpływ na to połączenie, błąd może być nieco trudny do rozwiązania dla początkujących.

Prowadzimy naszego bloga na WordPressie od 16 lat i napotkaliśmy wiele różnych błędów i ostrzeżeń, w tym „Błąd nawiązywania połączenia z bazą danych”. Dzięki naszemu doświadczeniu i wielu próbom i błędom nauczyliśmy się rozwiązywać te problemy bez zakłócania pracy naszej witryny.

W tym artykule pokażemy ci, jak krok po kroku łatwo poprawić błąd „Error establishing a database connection” na twojej witrynie WordPress.

Fix the Error Establishing a Database Connection in WordPress

Co powoduje błąd nawiązywania połączenia z bazą danych w WordPress?

Baza danych to oprogramowanie, które ułatwia przechowywanie, organizowanie i pobieranie danych z innego oprogramowania.

Jako system zarządzania treścią, WordPress wykorzystuje bazę danych do przechowywania całej twojej treści i innych danych witryny internetowej. Następnie łączy się z bazą danych za każdym razem, gdy ktoś przejdzie na twoją witrynę internetową.

WordPress potrzebuje następujących informacji do połączenia z bazą danych:

  • Twoja nazwa bazy danych
  • Nazwa użytkownika i hasło do bazy danych
  • Serwer bazy danych

Informacje te są przechowywane w twoim pliku konfiguracyjnym WordPress, który nazywa się wp-config.php.

Jeśli którakolwiek z tych informacji jest nieprawidłowa, WordPress nie będzie mógł połączyć się z twoim serwerem bazy danych i zobaczysz błąd „Błąd nawiązywania połączenia z bazą danych”.

Database connection error in WordPress

Jest to jeden z najczęstszych błędów WordPress. Oprócz nieprawidłowych danych uwierzytelniających, błąd ten może pojawić się również w przypadku awarii serwera bazy danych lub uszkodzenia plików bazy danych.

Powiedziawszy to, przyjrzyjmy się, jak poprawić problem „Błąd nawiązywania połączenia z bazą danych” w WordPress z rozwiązywaniem problemów krok po kroku.

1. Sprawdź dane uwierzytelniające twojej bazy danych WordPress.

Nieprawidłowe dane uwierzytelniające są najczęstszą przyczyną błędu połączenia z bazą danych. Jeśli niedawno przeniosłeś swoją witrynę WordPress na nowy hosting, to prawdopodobnie jest to problem.

Twoje dane uwierzytelniające bazy danych WordPress są przechowywane w pliku wp-config.php. Jest to plik konfiguracyjny WordPress, który zawiera ważne ustawienia, w tym informacje o bazie danych.

Jeśli nie edytowałeś wcześniej pliku wp-config.php, zapoznaj się z naszym przewodnikiem dla początkujących, jak edytować plik wp-config.php, aby uzyskać więcej instrukcji.

Będziesz szukać następujących wierszy w pliku 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' );

W tym miejscu należy upewnić się, że informacje dotyczące nazwy bazy danych, nazwy użytkownika, hasła i hosta bazy danych są poprawne.

Możesz potwierdzić te informacje z kokpitu twojego konta hostingowego WordPress. W tym poradniku będziemy używać Bluehost, ale proces będzie podobny również dla innych paneli hostingowych.

Po zalogowaniu się należy kliknąć kartę „Witryna internetowa” w lewej kolumnie, a następnie przejść do zakładki „Zaawansowane”. Następnie przewiń w dół do sekcji „Baza danych” i kliknij przycisk „Zarządzaj” obok niej.

Click the Manage button next to the Database section

Spowoduje to otwarcie strony Bazy danych MySQL w cPanelu w nowym oknie.

Tutaj, w sekcji „Obecna, aktualna baza danych” możesz znaleźć swoją nazwę bazy danych i nazwę użytkownika. Pamiętaj, aby skopiować i wkleić te dane do notatnika, aby móc dodać je do pliku wp-config.

Find your database name and username in the Current Databases section

Następnie przewiń w dół do sekcji „Obecni użytkownicy”, gdzie kliknij odnośnik „Zmień hasło” obok nazwy twojej bazy danych.

Spowoduje to przejście do nowego ekranu, na którym możesz zmienić hasło do bazy danych zgodnie z twoimi upodobaniami.

Change your database password

Po potwierdzeniu wszystkich danych twojej bazy danych, możesz w razie potrzeby zmienić te informacje w pliku wp-config.php.

Następnie spróbuj ponownie przejść na twoją witrynę internetową, aby sprawdzić, czy błąd połączenia z bazą danych zniknął.

Jeśli nadal widzisz błąd, oznacza to, że coś jest nie tak.

2. Sprawdź informacje o twoim hoście bazy danych

Jeśli masz pewność, że twoja nazwa bazy danych, nazwa użytkownika i hasło są dokładne, upewnij się, że używasz poprawnych informacji o hoście bazy danych.

Większość firm hostingowych WordPress używa localhost jako twojego hosta bazy danych. Jednak niektóre zarządzane firmy hostingowe WordPress używają oddzielnych serwerów do hostowania baz danych. W takim przypadku twoim hostem bazy danych nie będzie localhost.

Oznacza to, że będziesz musiał skontaktować się z twoją firmą hostingową WordPress, aby potwierdzić te szczegóły.

3. Naprawa bazy danych WordPress

Teraz możesz otrzymać inny błąd w kokpicie wp-admin, taki jak „Jedna lub więcej tabel bazy danych jest niedostępnych” lub „Baza danych może wymagać naprawy”. W takim przypadku musisz naprawić twoją bazę danych.

Możesz to zrobić, dodając następującą linię w twoim pliku wp-config.php. Upewnij się, że dodałeś ją tuż przed linią „To wszystko, przestań edytować! Happy blogging”:

define('WP_ALLOW_REPAIR', true);

Gdy już to zrobisz, możesz zobaczyć ustawienia, przechodząc na tę stronę: http://www.yoursite.com/wp-admin/maint/repair.php. Upewnij się tylko, że zastąpiłeś yourite.com twoją własną nazwą domeny.

W tym miejscu należy kliknąć przycisk „Napraw bazę danych”, aby rozpocząć proces.

Repair WordPress database

Uwaga: Użytkownik nie musi się logować, aby uzyskać dostęp do strony naprawy bazy danych. Po zakończeniu naprawy i optymalizacji twojej bazy danych, upewnij się, że usuwasz tę linię kodu z wp-config.php.

Jeśli jednak nie chcesz dodawać żadnego kodu do twojej witryny, możesz również naprawić bazę danych za pomocą cPanelu konta hostingowego.

Przejdź na twoje konto hostingowe, gdzie musisz otworzyć stronę „Witryny internetowe” z lewej kolumny. Następnie przejdź do karty „Zaawansowane” i kliknij przycisk „Zarządzaj” w sekcji „Baza danych”.

Click the Manage button next to the Database section

Spowoduje to otwarcie cPanel w nowej karcie. Tutaj przewiń w dół do sekcji „Modyfikuj bazy danych” i wybierz nazwę twojej bazy danych z menu rozwijanego „Napraw bazę danych”.

Gdy to zrobisz, po prostu kliknij przycisk „Napraw bazę danych”, aby rozpocząć proces.

Click the Repair database button

Panel hostingowy automatycznie naprawi twoją bazę danych.

Po zakończeniu procesu zostanie wyświetlony komunikat o powodzeniu.

Database repair success message

Możesz teraz przejść na twoją witrynę WordPress, aby sprawdzić, czy błąd został rozwiązany, czy nie.

4. Sprawdź, czy twój serwer bazy danych nie jest wyłączony

Jeśli wszystko wydaje się być w porządku, a WordPress nadal nie może połączyć się z bazą danych, to twój serwer bazy danych(serwer MySQL) może nie działać.

Może się to zdarzyć z powodu dużego ruchu na serwerze. Twój serwer hostingowy po prostu nie radzi sobie z wczytywaniem (zwłaszcza jeśli korzystasz z hostingu współdzielonego).

Z tego powodu twoja witryna będzie działać wolno, a nawet może wyświetlać błąd dla niektórych użytkowników. W takim przypadku powinieneś skontaktować się z dostawcą hostingu przez telefon lub czat na żywo i zapytać, czy twój serwer MySQL jest responsywny.

Ponadto, jeśli masz inne witryny internetowe działające na tym samym serwerze, możesz sprawdzić te witryny, aby potwierdzić, że twój serwer SQL nie działa.

Jeśli nie masz żadnej innej witryny na tym samym koncie hostingowym, po prostu przejdź do kokpitu hostingu i przejdź do karty „Zaawansowane”.

Następnie kliknij przycisk „Zarządzaj” obok sekcji phpMyAdmin.

Click the Manage button next to the PHPMyAdmin option

Spowoduje to otwarcie phpMyAdmin w nowym oknie, w którym należy kliknąć opcję „Baza danych” u góry.

Następnie kliknij nazwę twojej bazy danych, aby uzyskać dostęp do jej ustawień. Jeśli możesz to zrobić, nadszedł czas, aby sprawdzić, czy twój użytkownik bazy danych ma wystarczające uprawnienia.

Connect PHPMyAdmin with your database

Aby to zrobić, należy utworzyć nowy plik o nazwie testconnection.php i wkleić do niego następujący kod:

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

Po wklejeniu kodu upewnij się, że zastąpiłeś nazwę użytkownika i hasło twoimi własnymi. Teraz możesz przesłać ten plik na twoją witrynę internetową i uzyskać do niego dostęp za pośrednictwem przeglądarki internetowej.

Jeśli skrypt połączył się pomyślnie, oznacza to, że twój użytkownik ma wystarczające uprawnienia, a przyczyną błędu jest coś innego.

Teraz musisz wrócić do twojego pliku wp-config i przeskanować go, aby upewnić się, że wszystkie szczegóły są dokładne i bez literówek.

Dodatkowe rozwiązania, które sprawdziły się w przypadku użytkowników

Jeśli powyższe wskazówki dotyczące rozwiązywania problemów nie poprawią błędu połączenia z bazą danych na twojej witrynie internetowej, możesz wypróbować te dodatkowe kroki.

Jak donoszą nasi użytkownicy, kroki te pomogły niektórym z nich rozwiązać błąd połączenia z bazą danych na ich witrynach internetowych.

1. Zaktualizuj adres URL witryny WordPress

Możesz spróbować zaktualizować adres URL witryny WordPress za pomocą phpMyAdmin w cPanel.

Wystarczy uzyskać dostęp do phpMyAdmin z kokpitu twojego konta hostingowego i wybrać bazę danych WordPress z listy.

Następnie przejdź do menu SQL na górze i wpisz następujące zapytanie MySQL:

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

Powinno to wyglądać następująco:

Change site URL

Nie zapomnij podać adresu URL twojej witryny i zmienić wp_options na twoją własną nazwę tabeli, ponieważ mogłeś zmienić prefiks tabeli WordPress.

2. Ponowne uruchomienie serwera WWW

Użytkownicy serwerów dedykowanych, ustawień regionalnych i wirtualnych serwerów prywatnych (VPS ) mogą spróbować zrestartować swoje serwery.

Spowoduje to ponowne uruchomienie twojego serwera WWW i bazy danych, co może poprawić tymczasowe usterki powodujące błąd.

3. Poproś o pomoc

Jeśli wszystko inne zawiedzie, może być konieczne skontaktowanie się z twoją firmą hostingową. Wszystkie dobre firmy hostingowe WordPress pomogą ci rozwiązać problem, wskażą właściwy kierunek, a nawet naprawią go za ciebie.

Możesz również zatrudnić programistów WordPress za pomocą platformy takiej jak WPBeginner Pro Services, aby pomogli ci poprawić ten problem za rozsądną ocenę. Mamy dedykowany zespół programistów-ekspertów, którym możesz zaufać, aby rozwiązać każdy twój problem z WordPressem.

WPBeginner Pro Services

Możesz również skorzystać z usługi konserwacji witryny, naprawy witryny po włamaniu, optymalizacji prędkości, przebudowy witryny internetowej i optymalizacji SEO.

Mamy nadzieję, że ten artykuł pomógł ci poprawić problem „Błąd nawiązywania połączenia z bazą danych” w WordPress. Możesz również zapoznać się z naszym przewodnikiem po rozwiązywaniu problemów z WordPressem, aby uzyskać wskazówki dotyczące samodzielnego rozwiązywania problemów z WordPressem lub z naszym samouczkiem na temat dodawania własnej strony błędu bazy danych w WordPressie.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Ujawnienie: Nasze treści są wspierane przez czytelników. Oznacza to, że jeśli klikniesz na niektóre z naszych linków, możemy otrzymać prowizję. Zobacz jak WPBeginner jest finansowany, dlaczego to ma znaczenie i jak możesz nas wspierać. Oto nasz proces redakcyjny.

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.

Najlepszy zestaw narzędzi WordPress

Uzyskaj BEZPŁATNY dostęp do naszego zestawu narzędzi - zbiór produktów i zasobów związanych z WordPressem, które każdy profesjonalista powinien mieć!

Reader Interactions

662 komentarzeZostaw odpowiedź

  1. Faran

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

  2. Adrian Ramos

    Thank you!

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

    Regards

  3. 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)

  4. 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

  5. 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.

  6. 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.

  7. 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!!

  8. 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.

  9. 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 :)

  10. 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!

  11. 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.

  12. 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).

  13. 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!

  14. 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

  15. 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.

  16. 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.

  17. 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.

  18. 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

  19. Shoaib

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

  20. 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.

  21. 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…

  22. 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!

  23. 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.

  24. 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.

  25. 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.

  26. 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!

  27. 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.

  28. 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

  29. 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.

  30. Ali Khan

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

  31. 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

  32. 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.

  33. 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.

  34. Syed Balkhi

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

  35. 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 !

  36. 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.

  37. 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!!!

  38. 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.

  39. 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’);

  40. Gorillaz

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

  41. 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?

  42. 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?

  43. 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.

  44. 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.

  45. Deepika Arodhiya

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

    Error establishing a database connection

  46. 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…..

  47. JD

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

  48. zuecell

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

Zostaw odpowiedź

Dziękujemy za pozostawienie komentarza. Pamiętaj, że wszystkie komentarze są moderowane zgodnie z naszymi polityka komentarzy, a Twój adres e-mail NIE zostanie opublikowany. NIE używaj słów kluczowych w polu nazwy. Przeprowadźmy osobistą i konstruktywną rozmowę.