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

    had this happen to me when trying to install word press, didnt realise i hadn’t actually enabled user privileges! thanks for this helpful article

  2. Moogie1947

    Just had this happen after I backed up my files and had set up a password to access and backup my database before I upgraded.
    Thanks for your site realised that I had accidentally replaced the autogenerated password (as I didn’t know it existed) . So I found it in the config.php file in my backup set and reset it in the admin panel on my host’s site. All now OK.
    Can’t thank you enough for a brilliant article.

  3. ValentinaMercenaro

    I’ve tried them all! Eventually I solved by creating a
    different DB Username in my host cpanel (giving it all the privileges of
    course) and also changing the DB Host to my server IP in the wp-config.php file.

    I’ve got no clue why that would solve the issue but perhaps
    it could be that the DB Name and DB Username cannot have the same name. (You may think: „duh! Of course not!!!”, well, my host’s „DB Creation Wizard” had auto generated the two fields and, believe it or not, it wouldn’t let me change it at the beginning). I had to create a new user
    separately later on to solve the issue.

    Thanks for this great post. x

  4. bfadmin1

    You’re the best ….
    I didnt know that changing the db password would drop the database connection to wordpress ….
    Solution 2 was brilliant ……. 2 min max.
    Thanks alot!!!

  5. needhelpquik!

    hello…i am getting this error. it just happened out of the blue today! nothing was changed other than some text on a page. i logged out. now i got the error.

    in one of the paragraphs you state: „First thing you should do is to make sure that you are getting the same
    error on both the front-end of the site, and the back-end of the site
    (wp-admin). If the error message is the same on both pages “Error
    establishing a database connection”, then proceed onto the next step.” what is the next step? i get the error on both sides.
    this was confusing to me. sorry. so what is the next step so i can try to figure out how to fix this!
    thanks for your help!

  6. PeterBestel

    This error happened to one of my membership sites, except when you logged in, the site looked and acted normally.

    After following the usual routes, including changing the database user and accusing the theme of being the culprit, I discovered an extra „?>” at the end of the wp-config.php file. Once I deleted that everything worked.

    I have no idea how that ended up there. Hours of frustration sorted by deleting two characters!!

  7. Ed Luvables

    This worked perfectly, I forgot to change my password in the config file. Thanks!

  8. George Stroud

    With this problem I found that it was a database corruption but that it resulted in my not being able to access the Wordpress repair tool – however, I could effect a repair by using the mySQL section in my hosts control panel (cPanel) and then the site came straight back up.

  9. Jenerwin

    just encountered this type of error..and i be able to fixed this through database optimize and repair..i like this post..thumbs up..

  10. Carrie Case

    I had the Permalinks set to Post Name. I switched it back to Default and the error went away and my pages re-appeared. I then switched back to Post Name because I prefer this setting, and it still worked. Good to go. Only took several hours to figure that crap out. Lol.

  11. Joninashby

    Saved my life – changed the database password within the hosting control panel, had no idea I had to update it in wp-config. Hours of stress avoided – thanks!

  12. K.C. Bateman

    thank you

    This was very helpful!

  13. Ayo Akinbode

    It worked! tnx so much

  14. BillR

    I had this issue today.
    Server had crashed last night and was attended to fairly quickly when the issue was known.
    All worked for a while but today WordPress couldn’t make a connection to the database.
    The Simple Machines Forum database was working ok and the forum would load.
    What I did was:
    1. Create a new database user
    2. Assigned that user to the WP database with full privileges.
    3. Updated WP_config to use that user

    After that all was good.

    Seems that after a server issue the WordPress user privileges can become corrupt or changed even though the user is shown with full privileges.

    Thanks for this post. It pointed me in the right direction.

    • Alex

      Thank you very much!… hours and hours seeking the answer and your’s worked just fine!…

    • Chris

      This worked for me as well. Very strange.

  15. Enhow

    Hi! I having constantly this issue, I go to the webpage and it shows this error, but then I refresh some minutes later and the error it’s gone. It stopped happening so I even forgot about it. But today I asked my work partners (4 people) to enter the site at practically the same time to see the new mobile appearance and some got the error and others didn’t (it wasn’t exactly at the same time since I asked to do it in their phones and everyone had different speed) this concerns me a lot. I read you told someone else who also had this issue but it fixed by itself that it was because of his server. Should I call my server and ask what’s going on? Or is there a chance I did something wrong? Almost everyday it’s weird and it just go away. Thanks!

  16. Mike

    Thank you! Edited the .php file and fixed my problem. Awesome.

  17. Terry

    Sorry guys,but for a real beginner your information appears to assume a greater knowledge on how to do stuff than perhaps some of us have.It’s ok to say,check this or that, but when we have no idea how to get there, it is not much help.I know you are saying that we should not be here if the tech. level is not there, but that does not help.One can follow a more step by step procedure but perhaps that is asking too much.Thanks.

    • WPBeginner Support

      We understand, and we are sorry that you didn’t find this information easy. Please let us know which part you are having trouble with and we will try to explain it more.

      Administrator

  18. Henri

    Thanks – Your article helped me to fix the problem in minutes!

  19. Chuck

    Last night my Centos server crashed and when it came back up I had the error.

    What worked for me was to rename the file /var/lib/mysql/mysql.sock, start the mysql service with service mysqld start, shutdown the server with shutdown -h now, then bring the server back up.

    Basically, the crash had locked up MySql so it thought it was running when it really wasn’t.

  20. Bart

    Thank you very much!

    In my case I fixed it by

    1) deleting the current user that was connected to my database
    2) creating a NEW user with all privileges
    3) adding this user to the database
    4) refreshing my details in config.php (user and password)
    5) refresh my site (F5)

    Furthermore, although I hadn’t changed anything about this, when I reloaded my WP admin page, a Fatal error occured which told me that the Facebook plugin was creating some sort of memory exhaustion. I disabled the plugin by renaming it in wp-content/plugins and got rid of my problem.

    This, by the way, also solved some display issues on my homepage.

    Hope this feedback helps and again, thank you very much for sharing this article!

    Bart

    • lubna

      I cant log i to my wp after successful installation of db

  21. Ruthie

    When I went to login to my company’s dev site this morning, I got this message (on the back end and on the front end), but 10 minutes later I refreshed the page and it wasn’t a problem anymore. On the one hand, I’m glad it resolved itself, but on the other hand, I’d really like to know why it happened and how it got fixed so it doesn’t happen again. Any ideas?

    • WPBeginner Support

      It is possible that the database server was down at the time you got this error. The issue resolved when the database server came back online again.

      Administrator

  22. Derek Smith

    I am having a database error that I need help with. I bought 40 WP sites and transferred them from one host to another (GoDaddy). I made the mistake of switching some content on the sites before switching the DNS. I switched all of the domains last night to match the DNS of Godaddy, not I am getting database error problems with all of the sites that I worked on.

    I’m kind of a newbie on the backend side, but I’m thinking that changing the files and then pointing the DNS after this somehow messed everything up, this is the only thing that I could come up with since the sites I didn’t touch still work. Thanks

    • WPBeginner Support

      First you should have backedup your old databases using phpMyAdmin and then import them to your new webhost’s database server using phpMyAdmin. You should then change your DNS settings to point to your new web host. After that you need to edit wp-config file on all your sites, change the database name, password, host, settings to match your new databases.

      Administrator

      • Derek Smith

        What do I do to fix it now that it is at this point? All the DNS settings are changed and I keep getting the error messages. Is there a way to go back and install the original files ?

  23. Tony

    Hi there…
    I’ve been working with a local install for a while now and wanted to change the url of my local install to something else, so I went ahead and changed quite a few times my wp-config database name, my mamp settings of the database in „wp-options”..plus some others I don’t know remember. This resulted in „error establishing database connection”. I troubleshooted for a whole day, (returning back to the same nightmare I got when I first installed mamp and wordpress locally). I changed everything back the way it was to no avail, making me feel soooo frustrated and stupid again…! So, I read this article to the end and where it says „siteurl” solution in the „Solutions that worked for others” section and went back in phpmyadmin to check this…surely enough…in the „wp-options” of the particular database, in the „site url” field, it had the name of my database, (which I had stupidly changed previously without realising its impact), I also checked it against other databases I could access with no problems and the field indeed said, „siteurl” instead of the actual db name!
    I changed it immediately and phewww….got my database back and working and logging in with no problems..!!
    People, if you did something similar, check this first…it surely made me feel stupid…at least I have another troubleshooting trick up my sleeve now…thank you for your input..!

  24. Thouhedul Islam

    Well, thanks for details. But I think, it is very simple. Don’t take it complicated like you. Just open wp-config.php and change the database username and password. Hope it will be fix.

  25. Bamanya Brian

    Thanks man..i followed all thru and now my site is up..Godbless

  26. Tamas

    Hello,
    Thanks for this description.
    I just moved my site from BlueHost to DreamHost.
    When going to my site I get an EMPTY (really empty, white) page. Nothing else.
    However, when I go to wp-admin… „Error establishing a database connection” is displayed.

    I can log in into the MySQL (going to msql.remete.org) and it works.

    All four parameters in wp-config seem to be oké, as well:
    /** The name of the database for WordPress */
    define(’DB_NAME’, ”);
    /** MySQL database username */
    define(’DB_USER’, ”);
    /** MySQL database password */
    define(’DB_PASSWORD’, ”);
    /** MySQL hostname */
    define(’DB_HOST’, ”);
    Here I had replaced the „localhost” by the „msql.remete.org”, as it should be with DreamHost.

    My site is remete.org.

    I moved already several WP sites … and some worked well, some had the white page at the root, however, this is the first and only one with „Error establishing a database connection” error.

    How may I make the DB connection work?
    How can the root made work, as well (instead of the white page)?

    I would really appreciate your help.

    Thanks a lot,

    Tamas from Budapest

  27. d4drdave

    Ace post, worked a treat ;)

  28. Shlomi

    for a multisite deployment, you also need to check the table wp_blogs and make sure the correct URL appears there, otherwise wordpress will say „error-establishing-a-database-connection”

    • Matt

      DING DING! I had pulled down a copy of production data and was suddenly getting this error with a multisite instance. Updated the „domain” column in wp_blogs and it works again. Thanks for pointing it out!

  29. Olga

    Thank you for producing this quality post. Your instruction worked perfectly! and saved me lots of hassle :)

  30. Bulbul

    Thanks! it solved my problem in few minutes..

  31. Alex

    Hey man. I just wanted to thank you for this GOOD post. It didn’t work and I didn’t know why.
    I read your blog and followed everything and now it works again.. after 11 HOURS of work.

    This is a sign of appreciation.. If you were here I’d get you a huge beer. Thanks so much for your clear help!

    Alex

  32. Travis

    Oh my goodness. Typically posts like these usually don’t pan out for me after following directions… but you sir have saved the day here. Thank you!

  33. Tish

    Thank you so much for this! I definitely thought I had lost my site completely until I followed this. My only hangup was that I had no idea where to find the wp-config.php file without being able to get into wordpress. I eventually found my file manager through my hosting, but it took me a while to figure that part out. Keep the great info coming!

    • WPBeginner Support

      Zewdu this could happen when your file permissions are not properly set, or some configuration issue on your hosts end. Please contact your web host.

      Administrator

  34. Michael

    OR….

    *IF* you were messing around in the editor with any of your .php pages/code in the editor and your copy/paste back to the original did not work on this database connection error… the work-around is to then copy/paste back via FTP to the exact folder of the .php file rewriting over the edited one and this will for sure work to get your site to show back up online again.

  35. superfunkie

    Hi! Im facing the same problem with the wordpress. I did copy and paste the testconnection.php and it showed „Access Denied”. But when I edited the line – „mysql_connect” to „mysqli_connect” database was connected successfully. How do I implement „mysqli_connect” in the wordpress config file?

    • WPBeginner Support

      Superfunkie please check your php version if it is PHP 5.5 then contact your webhost and let them know about this error.

      Administrator

  36. Aaqil Mahmood

    I am seeing „a secure data connection could not be established” on android browsers for my site

    , only when reading posts not on homepage.

  37. marcel

    Hi there,
    I am desperately trying to launch a new install of Wordpress with MAMP, both Apache en MySQL give green lights, but when starting up in the browser I get the „Error establishing a database connection” message.
    I am relatively new and most of the options above seem rather advanced, and for websites that have already been working, is there a simple way to tackle this for new installations of Wordpress?

    Wordpress was supposed to be not too difficult to install….

    Thanks in advance!

    • WPBeginner Support

      marcel open the wp-config.php file in your WordPress install folder. And check your database username and password. Usually on fresh install of MAMP database username should be root and password should be left blank.

      Administrator

  38. patel sumit

    very help full thanks

  39. Gautam Sharma

    i am a newbie & my site data access via filezilla, Please tell how to test connection as i have not seen any phpmy admin in hosting control panel.

    • WPBeginner Support

      If your web host is using cPanel you will see phpMyAdmin under database section. For other hosting control panels, you can ask your web host about it.

      Administrator

  40. Jen Barnes

    Pardon my seemingly dumb question, but what do I put in for „root” in the MySql test?

    $link = mysql_connect(’localhost’, 'root’, 'Q3dDZE3PiUpQ’);

    Thanks!

    • WPBeginner Support

      replace root with your MySQL username (unless your MySQL username is already root then don’t change it) and then your password. Let’s assume your mysql host is localhost, username is jenbarnes and password is Q3dDZE3PiUpQ then you would use it like this

      $link = mysql_connect('localhost', 'jenbarnes', 'Q3dDZE3PiUpQ' );

      Administrator

  41. lee getty

    Thanks dude you saved my website

  42. Kasper

    Hey, I can’t launch my site as wp-admin or just visit the site?
    what to do? It’s all my 4 domains there’s been down by this error (below)
    „Error establishing a database connection”
    Please help me!

    – Kasper

  43. Faysal Shahi

    Bro, add Google translator in this blog. I need this post in Bengali.

  44. Peter

    Thanks mate !

    Helped a lot, keep up the good work :D

  45. Asif

    Oh! thank you guys! I almost had a heart attack.
    This was the first time I was backing up my data (so that my website doesnt crash or even if it did I could recover it) logged in to PHPadmin panel changed the password caz the original one was auto generated. logged in and backed up. relieved I went back to my website and boom! these big letters: Error Establishing a Database Connection
    man, you can understand I flatlined for a few seconds..

    Anyway thanks alot!!

  46. onel

    Thank you so much!!! It works!!!

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