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

WordPress’te Veritabanı Bağlantısı Kurulurken Oluşan Hata Nasıl Giderilir?

WordPress’teki ‘Veritabanı bağlantısı kurulurken hata oluştu’ uyarısı, sitenizi kullanıcılar için erişilemez hale getiren ölümcül bir hatadır. WordPress veritabanına bağlanamadığında ortaya çıkar.

Bu bağlantıyı birden fazla faktör etkileyebileceğinden, yeni başlayanlar için hatanın giderilmesi biraz zor olabilir.

Blogumuzu son 16 yıldır WordPress üzerinde çalıştırıyoruz ve ‘Veritabanı bağlantısı kurulurken hata oluştu’ da dahil olmak üzere çeşitli hata ve uyarılarla karşılaştık. Deneyimlerimiz ve çok sayıda deneme yanılma yoluyla, sitemizi kesintiye uğratmadan bu sorunları nasıl gidereceğimizi öğrendik.

Bu makalede, WordPress sitenizdeki ‘Veritabanı bağlantısı kurulurken hata oluştu’ sorununu nasıl kolayca çözebileceğinizi adım adım göstereceğiz.

Fix the Error Establishing a Database Connection in WordPress

WordPress’te Veritabanı Bağlantısı Kurulurken Hata Alınmasına Ne Sebep Olur?

Veritabanı, verilerin depolanmasını, düzenlenmesini ve diğer yazılımlardan alınmasını kolaylaştıran bir yazılımdır.

Bir içerik yönetim sistemi olarak WordPress, tüm içeriğinizi ve diğer web sitesi verilerinizi depolamak için bir veritabanı kullanır. Daha sonra birisi web sitenizi her ziyaret ettiğinde veritabanına bağlanır.

WordPress veritabanına bağlanmak için aşağıdaki bilgilere ihtiyaç duyar:

  • Veritabanı adınız
  • Veritabanı kullanıcı adı ve şifresi
  • Veritabanı sunucusu

Bu bilgiler, wp-config.php olarak adlandırılan WordPress yapılandırma dosyanızda saklanır.

Bu bilgilerden herhangi biri yanlışsa, WordPress veritabanı sunucunuza bağlanamaz ve ‘Veritabanı bağlantısı kurulurken hata oluştu’ hatasını görürsünüz.

Database connection error in WordPress

En yaygın WordPress hatalarından biridir. Yanlış kimlik bilgilerinin yanı sıra, bu hata veritabanı sunucusunun kapalı olması veya veritabanı dosyalarının bozuk olması durumunda da ortaya çıkabilir.

Bunu söyledikten sonra, adım adım sorun giderme ile WordPress’te ‘Veritabanı bağlantısı kurulurken hata oluştu’ sorununun nasıl çözüleceğine bir göz atalım.

1. WordPress Veritabanı Kimlik Bilgilerinizi Kontrol Edin

Veritabanı bağlantısı hatasının en yaygın nedeniyanlış kimlik bilgileridir . WordPress sitenizi yakın zamanda yeni bir ana bilgisayara taşıdıysanız, sorun büyük olasılıkla budur.

WordPress veritabanı kimlik bilgileriniz wp-config.php dosyasında saklanır. Bu, veritabanı bilgileri de dahil olmak üzere önemli ayarları içeren WordPress yapılandırma dosyasıdır.

Daha önce bir wp-config.php dosyasını düzenlemediyseniz, daha fazla talimat için wp-config.php dosyasının nasıl düzenlen eceğine ilişkin başlangıç kılavuzumuza göz atın.

Wp-config.php dosyasında aşağıdaki satırları arayacaksınız:

// ** 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' );

Burada, veritabanı adı, kullanıcı adı, parola ve veritabanı ana bilgisayarı bilgilerinin doğru olduğundan emin olmalısınız.

Bu bilgileri WordPress barındırma hesabı kontrol panelinizden onaylayabilirsiniz. Bu eğitim için Bluehost kullanacağız, ancak süreç diğer barındırma panelleri için de benzer olacaktır.

Giriş yaptıktan sonra, sol sütundaki ‘Web Sitesi’ sekmesine tıklayın ve ardından ‘Gelişmiş’ sekmesine geçin. Ardından, ‘Veritabanı’ bölümüne ilerleyin ve yanındaki ‘Yönet’ düğmesine tıklayın.

Click the Manage button next to the Database section

Bu, cPanel’deki MySQL Veritabanları sayfasını yeni bir pencerede açacaktır.

Burada, ‘Geçerli Veritabanı’ bölümünde veritabanı adınızı ve kullanıcı adınızı bulabilirsiniz. Bu ayrıntıları kopyalayıp bir not defterine yapıştırmayı unutmayın, böylece bunları wp-config dosyasına ekleyebilirsiniz.

Find your database name and username in the Current Databases section

Ardından, veritabanı adınızın yanındaki ‘Şifre Değiştir’ bağlantısına tıklayabileceğiniz ‘Mevcut Kullanıcılar’ bölümüne ilerleyin.

Bu sizi, veritabanı parolasını istediğiniz gibi değiştirebileceğiniz yeni bir ekrana götürecektir.

Change your database password

Tüm veritabanı bilgilerinizi onayladıktan sonra, gerekirse bu bilgileri wp-config.php dosyanızda değiştirebilirsiniz.

Bundan sonra, veritabanı bağlantı hatasının gidip gitmediğini görmek için web sitenizi tekrar ziyaret etmeyi deneyin.

Hatayı hala görebiliyorsanız, bu başka bir şeyin yanlış olduğu anlamına gelir.

2. Veritabanı Ana Bilgisayar Bilgilerinizi Kontrol Edin

Veritabanı adınızın, kullanıcı adınızın ve parola bilgilerinizin doğru olduğundan eminseniz, doğru veritabanı ana bilgisayar bilgilerini kullandığınızdan emin olmak isteyeceksiniz.

Çoğu WordPress barındırma şirketi veritabanı barındırıcınız olarak localhost kullanır. Ancak bazı yönetimli WordPress hosting şirketleri veritabanlarını barındırmak için ayrı sunucular kullanır. Bu durumda, veritabanı ana bilgisayar bilginiz localhost olmayacaktır.

Bu, bu ayrıntıları onaylamak için WordPress barındırma şirketinizle iletişime geçmeniz gerektiği anlamına gelir.

3. WordPress Veritabanını Onarın

Şimdi, wp-admin kontrol panelinde ‘Bir veya daha fazla veritabanı tablosu kullanılamıyor’ veya ‘Veritabanının onarılması gerekebilir’ gibi farklı bir hata alıyor olabilirsiniz. Bu durumda, veritabanınızı onarmanız gerekir.

Bunu wp-config.php dosyanıza aşağıdaki satırı ekleyerek yapabilirsiniz. ‘Hepsi bu kadar, düzenlemeyi durdurun!’ satırından hemen önce eklediğinizden emin olun. Mutlu bloglar’ satırından hemen önce ekleyin:

define('WP_ALLOW_REPAIR', true);

Bunu yaptıktan sonra, şu sayfayı ziyaret ederek ayarları görebilirsiniz: http://www.yoursite.com/wp-admin/maint/repair.php. Sadece yoursite.com yerine kendi alan adınızı yazdığınızdan emin olun.

Burada, işlemi başlatmak için ‘Veritabanını Onar’ düğmesine tıklamanız gerekir.

Repair WordPress database

Not: Veritabanı onarım sayfasına erişmek için kullanıcının oturum açmış olması gerekmez. Veritabanınızı onarma ve optimize etme işlemini tamamladığınızda, bu kod satırını wp-config.php dosyanızdan kaldırdığınızdan emin olun.

Ancak sitenize herhangi bir kod eklemek istemiyorsanız, hosting hesabınızın cPanel’ini kullanarak da veritabanınızı onarabilirsiniz.

Devam edin ve hosting hesabınızı ziyaret edin, burada sol sütundan ‘Web Siteleri’ sayfasını açmanız gerekir. Ardından, ‘Gelişmiş’ sekmesine geçin ve Veritabanı bölümündeki ‘Yönet’ düğmesine tıklayın.

Click the Manage button next to the Database section

Bu işlem cPanel’i yeni bir sekmede açacaktır. Burada, ‘Veritabanlarını Değiştir’ bölümüne gidin ve ‘Veritabanını Onar’ açılır menüsünden veritabanınızın adını seçin.

Bunu yaptıktan sonra, işlemi başlatmak için ‘Veritabanını Onar’ düğmesine tıklamanız yeterlidir.

Click the Repair database button

Hosting paneli artık veritabanınızı sizin için otomatik olarak onaracaktır.

İşlem tamamlandığında, bir başarı mesajı da göreceksiniz.

Database repair success message

Artık hatanın çözülüp çözülmediğini görmek için WordPress sitenizi ziyaret edebilirsiniz.

4. Veritabanı Sunucunuzun Kapalı Olup Olmadığını Kontrol Edin

Her şey doğru gibi görünüyorsa ve WordPress hala veritabanına bağlanamıyorsa, veritabanı sunucunuz(MySQL sunucusu) çalışmıyor olabilir.

Bu, sunucudaki yoğun trafik nedeniyle meydana gelebilir. Ana sunucunuz yükü kaldıramaz (özellikle paylaşımlı barındırma kullanıyorsanız).

Bu nedenle, siteniz yavaşlar ve hatta bazı kullanıcılar için hata verebilir. Bu durumda, barındırma sağlayıcınızla telefon görüşmesi veya canlı sohbet yapmalı ve onlara MySQL sunucunuzun duyarlı olup olmadığını sormalısınız.

Ayrıca, aynı sunucu üzerinde çalışan başka web siteleriniz varsa, SQL sunucunuzun kapalı olduğunu doğrulamak için bu siteleri kontrol edebilirsiniz.

Aynı hosting hesabında başka bir siteniz yoksa, hosting kontrol panelinize gidin ve ‘Gelişmiş’ sekmesine geçin.

Bundan sonra, phpMyAdmin bölümünün yanındaki ‘Yönet’ düğmesine tıklayın.

Click the Manage button next to the PHPMyAdmin option

Bu, phpMyAdmin’i yeni bir pencerede açacak ve burada en üstteki ‘Veritabanı’ seçeneğine tıklamanız gerekecektir.

Bundan sonra, ayarlarına erişmek için veritabanınızın adına tıklayın. Bunu yapabiliyorsanız, veritabanı kullanıcınızın yeterli izinlere sahip olup olmadığını kontrol etmenizin zamanı gelmiştir.

Connect PHPMyAdmin with your database

Bunu yapmak için testconnection.php adında yeni bir dosya oluşturmanız ve aşağıdaki kodu içine yapıştırmanız gerekir:

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

Kodu yapıştırdıktan sonra, kullanıcı adı ve şifreyi kendinizinkiyle değiştirdiğinizden emin olun. Artık bu dosyayı web sitenize yükleyebilir ve bir web tarayıcısı aracılığıyla erişebilirsiniz.

Komut dosyası başarıyla bağlandıysa, kullanıcınızın yeterli izinlere sahip olduğu ve hataya başka bir şeyin neden olduğu anlamına gelir.

Şimdi, wp-config dosyanıza geri dönmeli ve tüm ayrıntıların doğru olduğundan ve herhangi bir yazım hatası olmadığından emin olmak için taramalısınız.

Kullanıcılar için İşe Yarayan Ek Çözümler

Yukarıda belirtilen sorun giderme ipuçları web sitenizdeki veritabanı bağlantı hatasını düzeltemezse, bu ek adımları deneyebilirsiniz.

Kullanıcılarımız tarafından bildirildiği üzere, bu adımlar bazılarının web sitelerindeki veritabanı bağlantı hatasını çözmelerine yardımcı oldu.

1. WordPress Site URL’sini Güncelleyin

cPanel’de phpMyAdmin kullanarak WordPress site URL’sini güncellemeyi deneyebilirsiniz.

Basitçe hosting hesabınızın kontrol panelinden phpMyAdmin’e erişin ve listeden WordPress veritabanınızı seçin.

Bundan sonra, üstteki SQL menüsüne geçin ve aşağıdaki MySQL sorgusunu girin:

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

Bu şekilde görünmelidir:

Change site URL

WordPress tablo önekini değiştirmiş olabileceğiniz için kendi sitenizin URL’sini sağlamayı ve wp_options ‘ı kendi tablo adınızla değiştirmeyi unutmayın.

2. Web Sunucusunun Yeniden Başlatılması

Ayrılmış sunucular, yerel sunucular ve sanal özel sunuculardaki (VPS) kullanıcılar sunucularını yeniden başlatmayı deneyebilirler.

Bu, web ve veritabanı sunucunuzu yeniden başlatacak ve hataya neden olan bazı geçici aksaklıkları düzeltebilecektir.

3. Yardım İsteyin

Diğer her şey başarısız olursa, web barındırma şirketinizle iletişime geçmeniz gerekebilir. Tüm iyi WordPress barındırma şirketleri sorunu gidermenize yardımcı olacak, sizi doğru yöne yönlendirecek ve hatta sizin için sorunu çözecektir.

Ayrıca WPBeginner Pro Services gibi bir platformu kullanarak WordPress geliştiricilerini makul ücretler karşılığında bu sorunu çözmenize yardımcı olmaları için kiralayabilirsiniz. WordPress sorunlarınızı çözmek için güvenebileceğiniz uzman geliştiricilerden oluşan özel bir ekibimiz var.

WPBeginner Pro Services

Bu hizmeti site bakımı, saldırıya uğramış site onarımı, hız optimizasyonu, web sitesinin yeniden inşası ve SEO optimizasyonu için de kullanabilirsiniz.

Umarız bu makale WordPress’teki ‘Veritabanı bağlantısı kurulurken hata oluştu’ sorununu çözmenize yardımcı olmuştur. WordPress sorunlarını kendi başınıza çözmeye ilişkin ipuçları için WordPress sorun giderme kılavuzumuza veya WordPress’te özel bir veritabanı hata sayfasının nasıl ekleneceğine ilişkin eğitimimize de göz atmak isteyebilirsiniz.

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.

Açıklama: İçeriğimiz okuyucu desteklidir. Bu, bazı bağlantılarımıza tıklarsanız komisyon kazanabileceğimiz anlamına gelir. WPBeginner'ın nasıl finanse edildiğini, neden önemli olduğunu ve nasıl destek olabileceğinizi görün. İşte editoryal sürecimiz.

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.

Ultimate WordPress Araç Kiti

Araç setimize ÜCRETSİZ erişim sağlayın - her profesyonelin sahip olması gereken WordPress ile ilgili ürün ve kaynaklardan oluşan bir koleksiyon!

Reader Interactions

662 yorumBir Cevap Bırakın

  1. Javatechig

    Lovely. You saved my day.

  2. CE

    Thank you!!!!!!!! Worked like a charm!!

    • Mark Larson

      You’re so helpful! All my writing was saved! Yes, I need to do a backup… I did one! Thanks so much, this is just the resource I needed. Luckily Google pulled it right up.

  3. Michael Simoni

    I have a test wordpress installation on my home computer running on fedora. I moved/reinstalled the computer with a recent copy of fedora. I restored the database and the wordpress installation. Everything should have been fine except I had the “cannot connect to the database” error. I have had this wordpress installation for a long time. Turns out that when I moved to the new server I also got a new my.cnf. Now I checked it and made everything the same but for some reason i did not add the following line in /etc/my.cnf. Maybe i just wanted to see what would happen. hmmm…what does this button do…..
    # Default to using old password format for compatibility with mysql 3.x
    # clients (those using the mysqlclient10 compatibility package).
    old_passwords=1
    After I added that line, the database connection problem was fixed.
    So I need to drop that user and recreate it with the new password format.
    Note I also have
    skip-networking
    in /etc/my.cnf and….it works. That keeps mysql off the network, including 127.0.0.1. It’s just one less entry point for the mischief-makers.

  4. Matt

    I had a database-connection-error on a client’s site and could access the database via PHPMyAdmin but running the testconnect.php file suggested above came up with a response unlisted in this article:

    “PHP Warning: mysql_connect(): No connection could be made because the target machine actively refused it.”

    I got in touch with Fasthosts who my clients were with and it turned out that they had issues integrating PHP5.4 “and the only fix is to reset the MySQL database user password.”

    So if you’re in that boat, then you may be able to fix it by accessing the database via PHPMyAdmin and running the query:

    SET SESSION old_passwords = 0;
    SET PASSWORD = PASSWORD(‘databasepasswordgoeshere’);

    !! IMPORTANT NOTE !! : make sure you get ‘databasepasswordgoeshere’ correct otherwise you’ll be resetting your db password to something new rather than the same password and it could break your site even further!

  5. Terry

    I must be really dumb! i understand a little of wordpress but this all sounds way out of my leage.

    I have tried to do exactly what you have said and this is what I get

    Warning: Cannot modify header information – headers already sent by (output started at /customers/8/a/3/chigwelltkd.com/httpd.www/wordpress/wp-config.php:2) in /customers/8/a/3/chigwelltkd.com/httpd.www/wordpress/wp-includes/functions.php on line 2801
    Error establishing a database connection.

    I have no idea what to do next!!!

    Not only have i lost the site from the web but I know cannot get in to wordpress admin.

    IS THERE ANY HOPE!!!!!

  6. Rowan Weismiller

    Thanks so much for writing this post, it saved me quite a bit of time and a lot of headaches. Cheers!

  7. SH

    Solved my issue in less than 10mins cause of this article
    YOUR ARE DOPE…you mean business

    Thanks a mil!!!

  8. alin

    thanks man it’s worked!

  9. Diana

    thanks. very good article

  10. Nayonika

    This tutorial has really helped solving my problem!! Thanx a ton!

  11. Lyndsay

    Thanks a lot, this helped me fix my websites!

  12. Sumi Ghosh

    Hi,

    Recently i uploaded a theme to the wordpress site, i have also uploaded the local database. I have modified my wp-config file too. Still i am getting error database connection error. When i opened my wp-admin it redirecting to wp-login.

    Can i know what might be the problem?

    • WPBeginner Support

      We think its normal behavior for wordpress to redirect you to wp-login.php when you try to access wp-admin directory. Can you please explain further? have you checked your wp-config.php file? does it have your live site’s database information?

      Yönetici

  13. Aliesha

    I had 4 sites give a 127.0.0.1 “Cannot connect to server” message & I also had no access to admin. I went through troubleshooting, & nothing helped. So, I contacted my web-hosting service, Bluehost, to inquire whether the MySQL server was responsive. The tech told me to login to my control panel’s File Manager, select “Show hidden files,” and then to go inside my root directory for each domain & rename my .htaccess file to .htaccess.old . He said he guessed that a plugin added code to my .htaccess file, causing my wp-admin to redirect to an IP address. It worked. :)

    • WPBeginner Support

      Glad that it worked. However, you should find the plugin responsible for that and delete it.

      Yönetici

  14. Erik de Vries

    Just got this error on my own website. wp-config.php was allright. PhpMyAdmin could load the database. When trying to open the wp_options table PhpMyAdmin said the table must be repaired. Using the repair function in PhpMyAdmin fixed the table, reporting one row had been removed (not saying which one). No clue as to what caused this.
    Thanks for the article, helped me debug the error.

  15. Ben

    Just got this problem, checked db through host cPanel and admin user seems to have been removed from database assuming that is why wp cannot connect. Problem is my ftp also seems to have been knocked out so i am unable to apply any solutions! sub-domain seems to still be working. It’s difficult to imagine this as being anything other than malicious!

  16. Zimbrul

    I just got this problem with one of my sites and fixing the database from wp-config.php did not work. I fixed it by upgrading to WordPress 3.6.1 in cPanel (Softaculous).

  17. Kyra Dawson

    Thank you guys! Great How To article!

  18. Ike

    Today, for some reason my site is facing the database connection issue.
    • Confirmed my database access is working via testconnection.php.
    • Changed the salt keys with new ones.
    • Defined the proper site URLs to ‘WP_HOME’ and ‘WP_SITEURL’
    • No issue with server slowness as my other websites in other root directories are working.

    I’m guessing it may be a plugin recently added?
    How do you properly uninstall a plugin if you can’t pull up both wordpress root and wp-admin directories in the browser?

    Thanks in advanced.

  19. Anudeep

    Thanks a lot for such a good article!
    My problem was a bit different. I had this issue because of ‘clicky analytics’ plugin.
    I almost went mad as i didnt have any idea of what the problem could be. Finally after lot of trial and error i figured out that it was a plugin interference.

  20. Giorgos

    Thanks for the post
    Is work to me

  21. Naman Agrawal

    Huh! sir you deserve an award.
    It just worked for me. I was having this problem from last one month and you just served with this.
    Thank you very much :)

  22. Roeland Sanctorum

    Problem occured when requesting new password and didn’t realise this was going to create a db problem. Fortunately I found your comments and guidelines. Problem solved in 3 minutes.
    Thanks again (now I’ve subscribed to your weekly email)

  23. Tamela

    My problem happened when I moved the site to a new hosting. I’d altered the config file to match my new database, username & password. But nothing worked.

    Your tip about checking the WP-admin page did the trick. It told me something was wrong with the username. I went into c-panel and realized I hadn’t tied the user to the database. Two seconds later, all was good!

    You potentially saved me hours of testing the wrong things! Thanks!

  24. Stu Farrimond

    I want to give you a big kiss.

    VERY useful.

    However, my issue seemed a little odd – and it might help someone else:

    This morning our domain produced error:

    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /home/gurumaga/public_html/wp-admin/includes/class-wp-list-table.php on line 384

    I tried to increase PHP memory allocation.

    Added to wp-settings (in root folder):
    define(‘WP_MAX_MEMORY_LIMIT’, ‘256M’);
    resulted in:
    ‘Error establishing a database connection’

    Removed line and added lower limit:
    define(‘WP_MEMORY_LIMIT’, ’64M’);
    resulted in:
    ‘Error establishing a database connection’

    Removed all changes in wp-settings.php now as original.
    ‘Error establishing a database connection’ persisted (for 5 – 10 mins)

    Before reverting to the original error:
    Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /home/gurumaga/public_html/wp-admin/includes/class-wp-list-table.php on line 384

    I increased the PHP memory limit to: define(‘WP_MEMORY_LIMIT’, ’64M’); again
    Then ran the database repair as you advised.

    Although no database errors were identified, the site is now back up and running.

    Odd – I’m not sure if you or anyone else can make sense of it??

  25. Donatus

    Thank you so much, i have repair my own and is working perfectly. my site is back

  26. Michael

    Embarrassed… I tried everything in this blog and was double checking everything…
    It never occurred to me that I’d typo’ed when entering the password.

    Doh! So, here’s a +! for double checking the basics ;)

  27. Shaqinah

    Hi, I made the mistake of changing the home url, initially it was http://shaneynayguns.com/wordpress and the site url was: http://shaneynayguns.com/wordpress too. I then changed the site url to http://shaneynayguns.com (thinking that that will make my site go live, as you can tell I’m an absolute idiot at this). Nothing happened, so genius here, changed the home url to shaneynayguns.com. That’s when things start to go awry: I couldn’t log in to wp-admin anymore and going to .com/wordpress redirects me to an error page. (shaneynayguns.com remain unchanged and directs to a landing page) I then went on to a forum and followed the exact instructions which were:
    1. go to phpmyadmin
    2. go to the correct database
    3. browse wp_option
    4. edit site url (I changed it to .com/wordpress)
    Apparently based on everyone’s comments, it worked for all of them… except me! shaneynayguns.com/wordpress now redirects to a page with “error establishing a database connection”! It’s driving me mental! I was hoping if any of you could help me with this. As is obvious, I have not a clue when it comes to web jargon so I would really appreciate a simplified solution. Yes I’m an idiot, and I terribly need help! (F.Y.I: I host on godaddy)
    Thanks in advance!

      • Anderson Tagata

        Hey, this worked for me. My wordpress website is on Godaddy and i was trying to put inside of subdirectory. now it works. Just after this, show up some database upgrade screen then everything is fine. also, i took out these defines above and still working. thanks.

  28. Zac

    Thanks heaps for your info guide, helped me fix my problem.
    To let you know my resolve, I could not see a typo in the wp-config.php but decided to delete my Database and linked Username. I then created new ones and manually updated the new data into the wp-config and boom straight in. One thing to note is the database and username were originally the same name, so not sure if that was an issue as its a new site.

  29. Seth

    My website is down and I keep getting “Error establishing database connection” message.
    I checked my WP-Config.php page and it looks fine on the inside, but when I preview it, the page says this

    Warning: require_once(reddoorplayhouse.com/open/wp-settings.php) [function.require-once]: failed to open stream: No such file or directory in /hermes/waloraweb096/b619/moo.reddoor1/wp-config.php on line 95

    Fatal error: require_once() [function.require]: Failed opening required ‘reddoorplayhouse.com/open/wp-settings.php’ (include_path=’.:/usr/local/lib/php-5.2.17/lib/php’) in /hermes/waloraweb096/b619/moo.reddoor1/wp-config.php on line 95

    What does that mean. And what can I do? Thanks for your help.

  30. Michael Tidwell

    This is a frustrating problem that has been happening multiple times to a few of my sites over the past few weeks. I can fix it easily enough by replacing the Unique Keys and Salts in my wp-config.php file (grabbing new ones at: https://api.wordpress.org/secret-key/1.1/salt), but then days later I have to replace them again… so while I can fix the symptom, I’m still trying to determine why this keeps happening at http://brioagency.com

    • Editorial Staff

      This can be caused by a plugin that you have if it is messing with your settings.

      Yönetici

  31. manesh

    Thanks a lot man, repairing the database fixed my issue!

  32. Andrew Stark

    Hi

    Just thought I’d thank you for helping me fix a site.

    Changing localhost to the database IP address fixed my issue.

    Thanks

    Andrew

  33. Madhurie Singh

    I had made copies of the files and saved them on the server.

    So when today the database connection error occured, I relaized, I had changed user, , pwd, database access but nothing worked.

    So renamed the current wp-config.php as wp-configold.php
    and copied the wp-config.php from the archive and pasted as wp-config.php.

    Voila it works.

  34. Michael Stelly

    Forgot that the database is “local” to the application. I used the site URL by mistake. Switched DB_HOST to ‘localhost’ and all is golden.

    Thanks for the blog! +1

  35. Ben

    You know sometimes you just find the perfect resource and it answers all your questions. I tip people for pouring me a cup of coffee. I wish it was super easy to just put a buck or two in the wpbeginner tip jar right now, but I guess a thanks will have to do.

    • Editorial Staff

      Thanks Ben. Its always our pleasure to help. The best way to thank us is by spreading kind words about our site or by simply sharing this article on twitter, facebook, etc :)

      Yönetici

  36. jAMIE

    WP Beginner is just awesome & so is Syed! I don’t know how many times my search results have let me to your site and each time, I’ve learned something really helpful, useful, & practical.

    This time, with my database connection error issue, I just had to clear my browser’s cache. FML Anyways, that was the advice that I got after contacting my host. It seems to have worked & hopefully that’s all it takes! How to prevent it from happening again is above me.

  37. Mibo

    All I have to say: “THANK YOU!” :-) your post fixed my issues and spared me a couple of hours of work.

  38. Fre

    For me the issue was solved by properly setting “siteurl” and “home” in wp_options table did the trick for me, I could log into my admin and change everything!

    One day I’ll buy you a cookie!!

  39. Julie Anderson

    I have a big problem… i did not set the site up and do not have axxess to the php or any files. i was trying to add pages and the next time i visited the site there was the error. Do i need to get to the admin initiator etc, is there no other way into the site?

  40. Stephen Doxsee

    I get this error intermittently. Perhaps I don’t have enough resources on my amazon ec2 free tier instance. I’ve had the problem 3 times in the last week but have been able to solve it each time by restarting the database server.
    Thanks for the post

  41. udumbuke

    For me issue was solved by properly setting “siteurl” and “home” in wp_options table

    • Mana

      Thank you so much, Udumbuke. This was exactly the step I forgot in moving my site to a new host. I’m so glad I can stop headaching over this! And great guide altogether on this site.

  42. Joyce Keller

    This error happened to me because I wanted to back up my database and could not remember the password. I changed the password in GoDaddy – but this didn’t change it in the wp-config.php! Once I changed it in wp-config, everything worked okay again.

    THANK YOU FOR SUCH A COMPREHENSIVE SOLUTION!!! And a truly useful site. Kudos!

  43. JD

    In step review of wp-config.php you have to consider the user name and password that is there in the file, the user may not exist in the database (mysql), the password has changed so check if there is the user. In case the user does not exist in the database create it, assign the password found in wp-config.php and provide permits for administration of the database (DBA).

    This happened to me to restore my wordpress.

    • Oliver Wieland

      Thanks dude! Restored my database and all i needed to do then was reassign the correct user with the correct database in cpanel.

  44. Pat Walsh

    Hi guys, thanks for this info.
    Helped me to fix a problem with a WordPress site I created.
    It had been happily running for over a month when it started having the “Error Establishing a Database Connection” error.

    Finally fixed it by changing DB_HOST to use the full host name rather than the ‘localhost’ that had been in there before.

    I don’t know why it worked initially and then stopped working. But its working now…
    Cheers,
    Pat Walsh

    • Forma

      Having the same connection to DB problem, and after reading comments, I decided to change the wp.config file refrence to my actual host to localhost and for some reason that fixed it. So my solution was the opposite to the one above. Just a shot in the dark…

  45. arman

    it is indeed helpful for me as i m facing this problem currently… thanks for this great article..

  46. Arifur Rahman

    I’m getting this issue temporary at my site just for few seconds.
    how can I be free from this?
    Please help!

    • Editorial Staff

      Find the root cause. It can be caused by a plugin. Or simply you need to upgrade your hosting plan if you are getting tons of traffic.

      Yönetici

      • Arifur Rahman

        Thank you,
        I already upgrade my hosting plan from basic to Pro.
        But still same as before.
        I using Adminimize, AG Custom Admin, Akismet, BuddyPress Template Pack, Display widgets, Fast Secure Contact Form, Google XML Sitemaps, Jetpack by WordPress.com, Page Views Count, Polldaddy Polls & Ratings, User Switching, Better WP Security, BuddyPress, Hotfix, W3 Total Cache, wordPress Importer and WordPress SEO.
        Which one is making problem??
        Have you any Idea?

  47. Eduardo Capanema

    If you have all the info in the config file correct and is still having the problem, check to see if you have any spam prevention plugin active such as Fail2Ban. I found that it was causing the database problem. I believe it happens cause when you’re editing the wordpress via wp-admin, you make too many sequence requests to the apache it triggers the Fail2Ban service for www-data user. Try uninstalling Fail2Ban or any other spam controller. Then, restart both mysql server and apache to get hid of the Error message.

    I hope this helps.
    b

  48. Stefano

    Thank you guys. Problem solved. Very good post

Bir Cevap Bırakın

Yorum bırakmayı seçtiğiniz için teşekkür ederiz. Lütfen tüm yorumların yorum poli̇ti̇kasi uyarınca denetlendiğini ve e-posta adresinizin yayımlanmayacağını unutmayın. Ad alanında anahtar kelime KULLANMAYIN. Kişisel ve anlamlı bir sohbet edelim.