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

    Under CentOS 7, I saw: Could not connect: Can’t connect to MySQL server on 'xyz’ (13)

    The problem was due to SE Linux, as documented at

    The problem was corrected using the command:

    sudo setsebool -P httpd_can_network_connect_db=1

  2. Alberto

    After installing and setting up Mamp and a fresh Wordpress on a friends machine, had the dreaded blank page and „error establishing a connection” in the logs as well.

    After pulling my hair for a while, I noticed that the quotation marks in the wp-config.php file had been changed from straight ones ’ to curvy ones ’ in the few settings one has to edit, and this was causing the errors, the culprit?

    -> TextEdit <- I had used it to make those changes. In it's preferences, the "clever quote marks" setting should be turned off if you want to have those quotation marks remain as they should be.

    • ka

      Thanks Alberto. Textedit has automatically overwritten the straight quotation marks with curly ones. replacing them with straight ones and saving the php file again did the trick. :)

  3. Bastien

    This error can also be triggered because of a DOS XMLRPC attack :

  4. Tejas Waghmode

    HI

    I’m confuse, how to solve the problem?

  5. Zoe

    Hello, I’m new to wordpress and need some more help.
    My wp-admin page shows the „One or more database tables are unavailable. The database may need to be repaired” message…. so I know I need to add that bit of code. But how and where do I add it? I can’t login… I do not know what address to type in to access this php file. Help please :)
    My website is

  6. Pavanswin

    I am a wp beginner, you guys are awesome, helped me building my careers through this kind of articles. I migrated my website to and struggled with the error for many days and finally found a solution in the article and is very helpful. thank you all

  7. Julio Sanchez

    The original name of the file wp-config is wp-config-sample, I just wrote the original name and vuala no „Error establishing a database connection” message.

    • WPBeginner Support

      wp-config-sample.php file is a sample file not the actual configuration file. The actual configuration file is wp-config.php.

      Administrator

  8. Sruly

    I have WordPress with Digital Ocean. I just restarted my server and that fixed the issue.

  9. Nicholas

    If all fails, also try a swap file:

  10. Brendan

    „replacing localhost with the IP”

    This worked! Thank you so much for saving my ass

  11. Guy Pribyl

    Is there a way to have wordpress when posting this error message do a redirect to a non-wordpress page? I JUST WANT A BACK UP FOR WHEN THIS HAPPENS IN THE MIDDLE OF THE NIGHT.

    Thanks for your help

  12. Avioconsys

    Thanks Syed Balkhi and his team. It took me 5 minutes to solve the issue with this error. It was a bad update of the password for the general user.

    Fast and working. Very nice of you sharing this information.

    M.

  13. Suhel

    i am getting the different error but its something some like this,
    wpsa_options: Table 'aamtechn_wp949.wpsa_options’ doesn’t exist
    wpsa_postmeta: Table 'aamtechn_wp949.wpsa_postmeta’ doesn’t exist

    i am getting this message and i am not able to access the dashboard.please help me soon.

  14. Camaal Mustafa Sikander

    Thank you so much, this one fixed the Database error for me in the first step itself.

    Best wishes,
    Camaal

  15. Dudley Rees

    Thank you for your help. The username and password part of wp-config.php fixed it for me.

  16. Robert Varga

    I had this problem, and I spent 2 much hours on fixing it … Finally I solve that mistery. My problem was in htacces file, it only had Rewrite Engine line , I just c/p this „default” htaccess content in it and replace it with file on server, and tadaam it work now :D

    „default” htaccess content :

    # BEGIN WordPress

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

    # END WordPres

  17. Daniel M

    how do i solve depreciation errors for db connection using either PDO or MYSQLi? please help

  18. prince vashisht

    I changed the username (wp_users) from phpmyadmin and now I am getting the same issue.Reverting the changes is also not helping me out.Please help.

  19. Wayne

    When I first experienced this error I was so devastated and I wonder how will I resolve this issue. I did some research and noticed that my database name was the problem. So I went into MYSQL and change the database name. This article explains it all

  20. Kevin Wells

    For whatever reason, I ended up having to recreate my MySQL user in the database. After I did that, my website functioned normally again.

    • Maja

      Change of user also helped me after hours of debbuging

  21. Christine F

    Thanks so much for this!

    I encountered the same issue earlier. I changed the database password and then this error appeared. We have GoDaddy so what I did was just go to the File Manager, open the WP-Config.php and changed the (’DB_PASSWORD’, 'database-password’); to the one I recently used. Real simple but wouldn’t have done it without this article.

    Thanks again!

    • Matthew

      Thank you for this reply, Christine. I, too, changed the password and found that to fix the issue as well. Perhaps MySQL had reset it without notifying me.

    • Dutch

      Thanks for this tip! Don’t know how you figured this out from the article. Was about to reload everything..and tried this just in case and it worked. Also on Godaddy, used Installatron to start the installation and uploaded the rest manually.

  22. Alexander

    In my case I solved the problem just updating the password of the DB.
    It seems the password was to weak.

    ciao
    Alexander

  23. sonu arora

    hey i m facing a weird issue with my website, i.e. when i try to check in pingdom then the screenshot generated there shows me data connection error, while when i am opening my website in normal tab or iphone, it gets open. could you please suggest me what to do? i am worried whether my website is showing to public or not. url is thanks in advance!

    • WPBeginner Support

      Try changing server locations in Pingdom test settings. Also try other tools like Google Page Speed tool.

      Administrator

  24. Angel

    You say to put this in your wp-config.php file….. define(’WP_ALLOW_REPAIR’, true);
    you don’t say a single word as to where to put it. I dropped it in right at the top and got a HUGE WP error message. You had it on line 1 without anything to indicate context of where to put it. So most would assume it would go on line 1 at the top. If it doesn’t go there, why not give helpful and specific instructions?

    • WPBeginner Support

      You need to add this just before this line:

      /* That's all, stop editing! Happy blogging. */

      Thanks for bringing this to our attention. We have updated the article.

      Administrator

  25. Nica

    when i try this:

    I get an error:
    Could not connect: Lost connection to MySQL server at 'reading initial communication packet’, system error: 95 „Operation not supported”

    When i test this to php:

    It shows:
    This site can’t be reached

    The connection was reset.
    ERR_CONNECTION_RESET

  26. samchief

    Problem resolved. DB_host was the problem on ipage, it’s quite different from others

  27. RINKU MEHAR

    how could i solve this errors:

    Warning: require_once(C:\xampp\xampp\htdocs\wordpress\wp-admin\admin.php): failed to open stream: No such file or directory in C:\xampp\xampp\htdocs\wordpress\wp-admin\index.php on line 10

    Fatal error: require_once(): Failed opening required 'C:\xampp\xampp\htdocs\wordpress\wp-admin\admin.php’ (include_path=’.;C:\xampp\xampp\php\PEAR’) in C:\xampp\xampp\htdocs\wordpress\wp-admin\index.php on line 10

  28. FranciscoMary Aghogho

    Please I need an assistance here. I tried changing my site’s url from http to https and now cannot view my site. It say a coonection could not be established. Please what could I do in this instance. Thanks.

    • sourcebreak

      Issue
      If you update from php 5.2 to 5.4 or 5.5 then you will get this error database connection error in wp.

      Cause
      If your password is Pre mysql 4.0 then you will get this error

      Fix
      Login to phpmyadmin >> user >> change password
      type your mysql password >> select >> MySQL 4.1+ compatible and go

  29. Kanif

    I was also facing this issue. I googled it and come to this post. It is really awesome, deep thinking on what all problems may come with this error.
    Mine problem is resolved by doing database repair and optimization.

    Thanks buddy,
    Kanif

  30. ScienceMan

    Thanks for the great post. My situation was interesting, I migrated my server to another account with the same provider. The result was the dreaded „Error Establishing a Database Connection”. Thanks to this article, I knew to have a look at the wp-config.php file.

    When I logged into my new server cPanel and checked the MySQL databases, I immediately spotted the problem. Due to the server migration, the name of the database and user had changed. The databases names at my provider all default to „accountname_databasename”. Also, the database username defaults to „accountname_username”. I suspect other servers are similar.

    Since my server account name changed with the server migration, so did the name of all my databases and database usernames.

    So to fix it, all I did was change these two lines in the wp-config,php file:

    /** The name of the database for WordPress */
    define(’DB_NAME’, 'XXXXXX_databasename’);

    /** MySQL database username */
    define(’DB_USER’, 'XXXXXX_username’);

    Basically, you want to check carefully to make sure the „XXXXXX” in the wp-config.php file matches what’s at your server.

    Thanks again!

  31. igwe simon

    I mistakenly changed my site and wordpress url to one of my domain so i had to go and change the dns and park it on the website, so i waited for some hours but the domain was still propagating then i read a tutorial (codex.wordpress.org/Changing_The_Site_URL) and followed an option there by editing my functions.php and the next thing i saw was „One or more database tables are unavailable. The database may need to be repaired.”, so i followed the instructions here and still the problem is still active. I need an assistance please.

  32. hafsa munir

    I have following error in my xammp server,how can i resolve it
    he following error was encountered while trying to retrieve the URL: localhost/phpmyadmin/

    Unable to determine IP address from host name .localhost

    The DNS server returned:

    Name Error: The domain name does not exist.
    This means that the system was not able to resolve the hostname presented in the URL. Check if the address is correct.

  33. val girich

    I am seeking free videos on how to use W.P. once it is set up ready to edit, ad docs and so on.

  34. S

    hai
    i done everything as you mentioned in the post but when i opened wp-admin/ then again this error was coming „One or more database tables are unavailable. The database may need to be repaired.”
    So plz help me what to do

  35. Manny

    Thanks!

    I just logged in through FileZilla and checked out the wp-config.php file and double checked everything and realized that I updated my database password but it still showed the previous default password on wp-config.php. So after changing it in the file and saving the changes I was able to access my site again. Your help allowed me to solve my problem, thank you!

  36. Jeremy Smith

    One very important that’s been left out in this post is the „turn it off and turn it back on again” approach.

    If you haven’t actually changed the wp-config file I don’t think you should be going in and fiddling around with it, at least not in the first instance.

    What you should do first is attempt to restart the mysql server.

    To do this (In Terminal)
    1. SSH into your website (you will need your key ’.pem’ file)*
    2. To restart your mysql type „sudo service mysqld restart”

    This has worked every-time for me.

    *On a Mac
    1. Get your ’.pem’ file. I got mine from Amazon Web services (hosting the site)
    2. Enable SSH on your Mac – Google it
    3. Open Terminal
    4. Change directory to where you have stored your ’.pem’ file. -It’s probably easiest to save this on your desktop, then you can just type 'cd Desktop’ and it should take you there.
    5. Type 'chmod 400 yourpemfilename.pem (allows you to use this key to get in)
    6. Type 'ssh -i „yourpemfile.pem” remote_username@remote_host – type the speech marks here
    7. Once logged in (You may have to type y a few times to get you in) type
    sudo service mysqld restart

    • Jcirni

      Restarting works but why does this error keep happening? Happens once a week.

  37. Malkesh

    Hi, my wordpress site gets this error very often,
    we are using AWS, so i need to run this command to restart mysql :

    sudo restart mysqld restart

    the same issue i have also on digital ocean too..

    so i am sure not this is not an server issue, it’s should be some thing in wordpress, that’s put down mysql server..

    Thanks

    • dino

      Same problem here. At least two times per day my site , which is in digital ocean , loose sql connection.
      I have try to optimize my database, bvut nothing works. Any idea?

  38. Glenn

    Thanks,

    When WordPress dies it is scary for a WordPress newbie. I found your solution easy to understand, implement and worked a treat.

  39. Faiza

    Hi,

    This blog was very helpful but I still haven’t been able to figure out this problem. My WP-Config.php file shows me this localhost:

    I am using GoDaddy, I have tried replacing this with local host, my IP address, and (godaddy). Nothing has worked :( Can I get some help here?

  40. Claire

    would the problem be that my domains dns settings haven’t updated yet?

  41. Anupam

    Updating the WP-Config file works for me. Thanks a lot.

  42. Brandon

    WOW!!!! Came across this site because my wife’s business site went down and I was able to fix it in minutes! Thank you!

  43. Cidina

    Thank you soooo much. This post saved my 6-month large project in Wordpress. Trying to switch directories I lost connection to the database. I’m not a .php programmer but the topic is so well explained here that it took me five minutes to fix it after finding this blog. Your are awesome!!!

  44. Nino F

    If you changed your password in phpmyadmin, you have to change it in your wp-config.php aswell, if you don’t do that the website doesn’t work. You have to link the two with eachother.

  45. Eddie O'Hagan

    I was getting this error I think because of the theme I had, I changed the theme and I haven’t gotten the error since, I noticed this because when I ran the repair, the comments tables were the ones that had the errors.

    • dino

      how often did you have this problem?
      I have the same , and i loose connection at least twice per day.
      I tried many things but nothin works. If it is the theme i will try it..

  46. samuel nmeje

    this was indeed helpful. thanks a lot.

  47. Ram

    if you use xampp for wordpress offline then the error is removed by following process:
    open in Xampp folder „\xampp\phpMyAdmin\config.inc.php” and then check username and password
    set the same password to wp-config then the error is not appear

  48. Micah

    This is very helpful. Thank you very much!

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