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

    Thank you, it worked for me while connecting database from phpmyadmin.

  2. Tom

    I’m trying to install wordpress on my local pc running window 10. I have installed Xampp, made all the changes to use port 8080. No problem starting Xampp. No problem starting Apache or Mysql. I can open phpmyadmin from the admin button without problem and was able to add a database. if I enter http://localhost:8080 it brings up the Xampp page. However when I enter http://localhost:8080/wp to install wordpress the web page times out, but does nothing. I extracted the wordpress files into the htdocs folder and made the changes to the wp-config.php file to use localhost:8080.
    At this point I have no other idea what to do to get the install done and could really use some help.

    • WPBeginner Support

      Hi Tom,

      You will need to copy paste WordPress files in /htdocs/wp/ folder instead of /htdocs/ folder.

      Administrator

  3. Jude

    Unable to install word press on godaddy. Won’t even complete the installation. „Application has Errors”. – Need it urgently!! Please help

  4. Shubham Tiwari

    Hello WPBeginner,

    I am currently running Viral Website. Many viral websites have some plugins. I am attaching link of the screenshot Here

    In viral website niche, we need to see how many real time users are there on a particular story because, to see the viralness of new stories we need to see the real time users for a post. We use Google Analytics but Data Mining is too hard in google analytics to see if our story is going viral or not. By looking at the real time users for a particular story, we make conclusions that which of our story is going viral on social media.

    Can you please provide me details? How can i show my Live story readers on the story/article page. I want my users to see how many live users are reading this particular story.

    Is there any script code or any plugin for this type of feature?

  5. Richard

    Brilliant, this guided towards me getting this fixed!! Also had to change upload a new wp-settings.php file.

    Thanks

  6. Destiny

    To allow use of this page to automatically repair database problems, please add the following line to your wp-config.php file. Once this line is added to your config, reload this page.

    define(’WP_ALLOW_REPAIR’, true);

  7. Ben Horle

    Massive thank you! 1st task fixed my site!

  8. Denis

    Thanks!!! Thanks to you my site work again!
    Happy

  9. Mike

    Had this error trying to install WP at home for testing on Windows laptop. Tried everything and then noticed that my character set in the wp-config.php file where i defined the parameters for accessing the database contained characters that were not standard. The apostrophe character was not the standard windows font character. Once i replaced and made them all the same character WP installed without issue.

  10. Nirav Jagad

    please someone connect my computer with teamwork and resolve my problem
    Error establishing a database connection

    • Bas Dost

      I have the same problem.
      Let me know if you have any suggestions.
      Thanks.

  11. ivano

    Worked for me by replacing „localhost” withe the IP you provided. Thank you!

  12. Michael

    [SOLVED] My databases were all working fine – turns out the problem was the password itself. The password contained three symbols &(= which I guess was messing with PHP. I’m not the best in PHP but I suspect the problem was with the symbol „=”. So once I changed the password, it worked just fine. Good luck, hope this helps.

  13. Wills Perkins

    Thanks guys, you’ve saved me from having a melt down

    • irnem

      What exactly helped? I checked everything – still doesn’t work. In the section „Check your Web Host (MySQL Server)” they are talking about testconnection.php file, what should I do after I created it and put on WP dir? how can i run this code? (sorry, i’m a beginner in this area)

  14. Ash

    What also can be really handy! Especially if you use Wordpress on IIS6/7/8 on Windows Server.. Check if the MySQL service is running.. And also if it is running on the correct user account! Normally this should be just the Local System!

  15. Gwyneth Llewelyn

    Even those who are not exactly absolute beginners to WordPress get often stumped by this error! Thanks to your systematic approach, I managed to track down the 'error’ in my installation — a corrupt MySQL database, which was anything but apparent, since all tables seem to be in the right place, and checking/optimizing them would give no errors… but clearly there was something very, very wrong.

    Dumping the database and re-importing it from a backup did the trick!

    Thank you so much :)

  16. Jeff

    Thank you so much for writing this and all of the comments. My site was fixed by replacing the line
    /** MySQL database password */
    define(’DB_PASSWORD’, '[some random numbers and letters]’);

    with
    /** MySQL database password */
    define(’DB_PASSWORD’, [my usual wp-admin login password]’);

    Not sure if this is correct way to fix it but it did work.

  17. Brett

    I went back into my cpanel and re-inputted the same passwords for my 2 of 4 sites that weren’t working and that got them back up and running.

  18. STANISLAUS

    I am glad I was able to fix this issue on my site after 4 days. In my own case it said the wp-option table crashed. And I ran the repair, the result showed it was not successful but in actual sense, it was repaired.

    After I got that unsuccessful repair message, I initiated a like chat with my service provider but they checked the site and informed me that that my site was alive and I was happy.

    Thanks

  19. Jigar Shah

    I did tried all the above solution . But nothing worked out for me .
    Then I tried looking @apache logs . It was brute force attacks against xmlrpc.php from crashing my WordPress server.
    The simple solution that worked for me was to block the IP’s
    I found out here

  20. rahul

    My wordpress website is running but after some time it shows an error „Establishing database error” then i have to start „service mysqld start” please help me so that this type of error not come again. thanks

  21. Kristaps

    Thanks, i tried some things, but in the end, i found out, that my config file, generated random password, when i actually changed it to specific password.

  22. Jill

    This was so helpful. This along with people’s comments/experiences would be quite a handy resource or guide. I’ve noticed a few job posts for WordPress error testers and started researching and found this page.

  23. Lothre1

    Hello guys. Just because this is the first page of google on this subject I’m complementing the information. In my case i downloaded my wp-config from my prod website. At the end of the file right after „define(’WP_DEBUG’, false);” i had the following configuration.

    define( 'WP_ALLOW_MULTISITE’, true );
    define(’MULTISITE’, true);
    define(’SUBDOMAIN_INSTALL’, false);
    define(’DOMAIN_CURRENT_SITE’, 'MYDOMAIN.com’);
    define(’PATH_CURRENT_SITE’, '/’);
    define(’SITE_ID_CURRENT_SITE’, 1);
    define(’BLOG_ID_CURRENT_SITE’, 1);

    I tried to keep everything as it was but I replaced the mydomain.com with my ip + port.
    An hour later I realize that commenting the lines below fixed the problem:

    //define(’MULTISITE’, true);
    //define(’SUBDOMAIN_INSTALL’, false);
    //define(’DOMAIN_CURRENT_SITE’, 'MYDOMAIN.com’);

  24. Karina Jaramillo

    I tried logging in to maintain site but I get this error „Error establishing a database connection”. I also get that error when trying to access wp-admin. Nothing has been changed on our end. Help!

  25. Shirley

    Help!
    We get an error message on our wordpress for „Error establishing a database connection:
    This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down.

    Are you sure you have the correct username and password?
    Are you sure that you have typed the correct hostname?
    Are you sure that the database server is running?

    We’re puzzled how this happened. If you can help, that would be great. Thank you.

  26. jabr

    Thanks a lot. you really helped me get my website back to work

  27. SAMUEL

    Please, am having problems operating my wordpress dashboard. I have been updating my website through my dashboard for some days now. But just yesterday i began to receive this message…… Fatal error: Cannot call overloaded function for non-object in /home/content/n3pnexwpnas01_data02/34/3566434/html/wp-includes/capabilities.php on line 448……..can anyone tell me what to do or what was the cause of this plssssss.
    Sam.

    • WPBeginner Support

      Most likely this issue is caused by a WordPress plugin. Try these WordPress troubleshooting tips to find out the culprit.

      It is also possible that the error is caused due to incompatibility with the PHP version. Ask your WordPress hosting provider about the PHP version they are using and see if they can upgrade it. The minimum requirement is PHP version is 5.6 or greater for WordPress.

      Administrator

      • SAMUEL

        thanks a lot, i only change the theme and that fix it, i so much appreciate.

        • WPBeginner Support

          Hey Samuel, we are glad you found it helpful :) Don’t forget to join us on Twitter for more WordPress tips and tutorials.

  28. Elijah

    I’m also having the same problem but mine is so terrible because I can’t access my cpanel. Please what should I do?

  29. James R

    After looking at this page and thinking „I have no idea what I’m doing”, I just rebooted the server and now everything’s hunky-dory again. Any idea why that was the case?

    The only thing I can think of that may have caused it is that I lost my internet connection whilst logging in, but why should it?

  30. Davo C

    THANK YOU VERY VERY MUCH. Had a corrupt db user, would have had no clue without this article.

    Life saver.

    Davo

  31. Sat

    When I cloned my MySQL database for setting up a staging site I received the same error. I found out that the MySQL user setup for the WP to access the database needs to be given permission to access the database through the CPanel -> Mysql databases -> add a user to the database option. Otherwise, you will get “Error Establishing a Database Connection” issue when trying to access the admin page through the URL.

  32. Anoop Arya

    Error establishing database connection .

    I did not work after trying few steps. I thought let’s wipe out all the information. S o reset MySQL deta base . Uploaded new WordPress. Now still it days error establishing database connection .any help and suggestions

  33. Ademide

    The second fix worked.
    Thank you so much.

  34. Karen

    This worked for me, thanks. I moved a five domain multisite with very little trouble. The only tweak was to the table_prefix of the database tables. For some reason mine weren’t prefixed with wpcc- . This was easily edited in wp-config.php. After that I had to do some wrangling with tech support to point the subdomains at the directory where wp was installed. They couldn’t understand why I’d want all of them pointing at the same place. Once they had given in and done as I asked it all worked fine.

  35. Manohar

    Thank you for providing this useful informatrion

  36. Emmanuel

    Thanks a whole bunch, You really saved my day

  37. Jeroen Thans

    I had the same problem,

    i also got after a restore from backup an error: Error establishing a database connection

    i checked the database with phpmyadmin under the database for wordpress and then wp_options. And there was no sign of something called siteurl

    So i pressed insert -> option_id = 1
    Option_name = siteurl
    Option_value = http://www.example.com

    and added it. Then went back to the website http://www.example.com/wp-admin and i could restore it

    hopefully it helps.

    Greetz J

  38. JCMill

    *Update to my earlier comment*

    I tried generating & applying new passwords via cPanel. On 3rd pw change I still got the can’t load the DB error but it allowed me to run the WP Repair.php !
    Everything showed as OK.

    Now the site is back.

    Highly irritating & weird.

  39. JCMill

    I just started seeing this error. None of the above works :(
    Also tried renaming the DB, & running the 'check’ & 'repair’ options in cPanel = 'OK’ on all elements.
    I can access & edit the DB via phpmyadmin.
    wpconfig is byte for byte identical to my original (then working) backup.

    The testconnection.php has revealed this –
    'Could not connect: Connection using old (pre-4.1.1) authentication protocol refused (client option 'secure_auth’ enabled)’

    Any ideas appreciated.

  40. Bim

    I seem to encounter the error on all other the pages except the main page. The main page loads fine but when i click a link to open another page that’s when I get the database connection error.

    Has anyone encountered this? Aren’t all the pages including the main page use the same database connection?

    • WPBeginner Support

      May be you are seeing a cached version of your main page? If not, then contact your web hosting service provider.

      Administrator

  41. sohanpurohit

    Error 404 error403 same prob,how do repairinp this prob?

  42. djack

    it works inmediately after put the ip i’m receiving from the router 192.168.5.8 in my particular case.

    localhost, 127.0.0.1 weren’t working.

  43. David Draper

    I copied a PHP script I found online called testconnection.php. The script captures and echos the connection error. I ran the script from the command line using 'php -f testconnection.php’. The error told me that there was a problem reading the mysql.sock file. When I checked the indicated location, there was no mysql.sock file. I created an empty file called mysql.sock in the indicated location using touch and 'Voila!’ everything has worked fine since.

  44. SriMarv

    I had the same problem on my site too, i only changed the line for DN Host to

    define(’DB_HOST’, 'localhost’);

    in the config file, it was pointing to an IP address which happened to be the one for the cpanel.

  45. sudheer

    Please fix my issue. I am trying to restore a database backup from mysql server, But restore fails the following error32 will persists.

    TITLE: Microsoft SQL Server Management Studio
    ——————————

    Restore of database 'PROD_SALES_DATABASE’ failed. (Microsoft.SqlServer.Management.RelationalEngineTasks)

    ——————————
    ADDITIONAL INFORMATION:

    System.Data.SqlClient.SqlError: The operating system returned the error ’32(The process cannot access the file because it is being used by another process.)’ while attempting 'RestoreContainer::ValidateTargetForCreation’ on 'C:\Program Files (x86)\Microsoft SQL Server\MSSQL12.MSSQLSERVER\MSSQL\DATA\PROD_SALES_DATABASE.mdf’. (Microsoft.SqlServer.SmoExtended)

    For help, click:

    ——————————
    BUTTONS:

  46. Barbara

    Thank you so much : it worked instantly !!!
    Cheers
    Barbara

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