WordPressの’Error establishing a database connection’(データベース接続の確立エラー)通知は、ユーザーからサイトにアクセスできなくなる致命的なエラーです。WordPressがデータベースに接続できない場合に発生します。
この接続には複数の要因が影響する可能性があるため、初心者がこのエラーをトラブルシューティングするのは少し難しいかもしれない。
過去16年間WordPressでブログを運営してきましたが、「Error establishing a database connection」を含む様々なエラーや警告に遭遇してきました。私たちの経験と多くの試行錯誤を通じて、サイトを中断することなくこれらの問題をトラブルシューティングする方法を学びました。
この投稿では、WordPressサイトの「Error establishing a database connection(データベース接続の確立エラー)」を簡単に修正する方法を順を追って説明します。
WordPressのデータベース接続確立エラーの原因は?
データベースとは、データを簡単に保存、整理し、他のソフトウェアから取り出すためのソフトウェアである。
コンテンツ管理システムであるWordPressは、すべてのコンテンツやその他のサイトデータを保存するためにデータベースを使用します。そして、誰かがあなたのサイトにアクセスするたびにデータベースに接続します。
WordPressはデータベースに接続するために以下の情報が必要です:
- データベース名
- データベースのユーザー名とパスワード
- データベースサーバー
この情報は、wp-config.phpと呼ばれるWordPressの設定ファイルに保存されます。
これらの情報に誤りがある場合、WordPressはデータベースサーバーへの接続に失敗し、「Error establishing a database connection(データベース接続の確立エラー)」というエラーが表示されます。
WordPressで最もよく見られるエラーのひとつです。不正なログイン情報以外にも、データベースサーバーがダウンしていたり、データベースファイルが破損している場合にもこのエラーが表示されることがあります。
それでは、WordPressの「Error establishing database connection(データベース接続の確立エラー)」問題を解決する方法を、ステップ・バイ・ステップのトラブルシューティングとともに見ていきましょう。
1.WordPressデータベースのログイン情報を確認する
ログイン情報が正しくない ことが、データベース接続エラーの最も一般的な原因です。WordPressサイトを最近新しいホスティングサービスに移行した場合は、この問題が考えられます。
WordPressデータベースのログイン情報は、wp-config.phpファイルに保存されています。これはWordPressの設定ファイルで、データベース情報を含む重要な設定が含まれています。
wp-config.phpファイルを編集したことがない場合は、初心者向けのwp-config.phpファイルの編集方法をご覧ください。
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' );
ここで、データベース名、ユーザー名、パスワード、データベースホストの情報が正しいことを確認しなければなりません。
この情報は、WordPressホスティングアカウントのダッシュボードから確認できます。このチュートリアルでは、Bluehost を使用しますが、他のホスティング パネルでも同様のプロセスになります。
ログイン中、左カラムの「ウェブサイト」タブをクリックし、「詳細設定」タブに切り替えます。次に、「データベース」セクションまでスクロールダウンし、その横にある「管理」ボタンをクリックします。
これにより、cPanelのMySQL Databasesページが新しいウィンドウで開きます。
ここで、’Current Database’ セクションにデータベース名とユーザー名があります。これらの情報をコピー&ペーストして、wp-configファイルに追加してください。
次に、「現在のユーザー」セクションまでスクロールダウンし、データベース名の横にある「パスワードの変更」リンクをクリックします。
新しい画面が表示され、データベースのパスワードを変更することができます。
データベースの詳細をすべて確認したら、必要に応じてwp-config.phpファイルで情報を変更できます。
その後、もう一度サイトにアクセスしてみて、データベース接続エラーがなくなっているかどうかを確認してください。
それでもエラーが表示される場合は、何か他の問題があることを意味します。
2.データベースホスティングサービス情報の確認
データベース名、ユーザー名、パスワードの情報が正確であることを確信している場合は、正しいデータベースホスティング情報を使用していることを確認してください。
ほとんどのWordPressホスティング会社は、データベースのホスティングサービスとしてlocalhostを使用しています。しかし、一部のマネージドWordPressホスティング会社は、データベースのホスティングサービスに区切りのサーバーを使用しています。その場合、データベースのホスティングサービスはlocalhostではありません。
つまり、WordPressホスティングサービス会社に連絡して、これらの詳細を確認する必要があります。
3.WordPressデータベースの修復
現在、wp-adminダッシュボードで「1つまたは複数のデータベーステーブルが使用できません」や「データベースの修復が必要な場合があります」など、別のエラーが表示されている可能性があります。その場合は、データベースを修復する必要があります。
これは、wp-config.phpファイルに以下の行を追加することで可能です。本当に〜してもよいですか?Happy blogging’の行の直前に追加してください:
define('WP_ALLOW_REPAIR', true);
設定が完了したら、このページhttp://www.yoursite.com/wp-admin/maint/repair.php。yoursite.comを自分のドメイン名に置き換えてください。
ここで、「データベースの修復」ボタンをクリックしてプロセスを開始する必要があります。
注:データベース修復ページにアクセスするために、ユーザーはログイン中である必要はありません。データベースの修復と最適化が完了したら、wp-config.phpからこの行を削除してください。
しかし、サイトにコードを追加したくない場合は、ホスティングアカウントのcPanelを使用してデータベースを修復することもできます。
ホスティングサービスアカウントにアクセスし、左の列から「ウェブサイト」ページを開きます。次に、’Advanced’タブに切り替え、データベースセクションの’Manage’ボタンをクリックします。
新しいタブでcPanelが開きます。ここで、「データベースの修正」セクションまでスクロールダウンし、「データベースの修復」ドロップダウンメニューからデータベース名を選択します。
そうしたら、「データベースの修復」ボタンをクリックしてプロセスを開始する。
ホスティングサービスパネルが自動的にデータベースを修復します。
プロセスが完了すると、成功のメッセージも表示されます。
これでWordPressサイトにアクセスして、エラーが解決したかどうかを確認することができます。
4.データベースサーバーがダウンしていないか確認する
すべてが正しいように見えてもWordPressがデータベースに接続できない場合は、データベースサーバー(MySQLサーバー)がダウンしている可能性があります。
これは、サーバーのトラフィックが多いために起こる可能性があります。ホスティングサービスのサーバーが負荷に耐えられないのです(特に共有ホスティングの場合)。
このため、サイトが遅くなり、ユーザーによってはエラーが出力されることもあります。この場合、ホスティングサービスプロバイダーと電話またはライブチャットで、MySQLサーバーがレスポンシブかどうかを確認する必要があります。
さらに、同じサーバーで他のサイトを運営している場合は、それらのサイトをチェックして、SQLサーバーがダウンしていることを確認することができる。
同じホスティングアカウントに他のサイトがない場合は、ダッシュボードに移動し、[詳細設定]タブに切り替えるだけです。
その後、phpMyAdminセクションの横にある「管理」ボタンをクリックします。
新しいウィンドウでphpMyAdminが開きますので、一番上の「データベース」設定をクリックしてください。
その後、データベースの名前をクリックして、その設定にアクセスしてください。それができたら、データベース・ユーザーに十分な権限があるかどうかをチェックしましょう。
そのためには、testconnection.phpというファイルを新規作成し、以下のコードを貼り付ける必要があります:
<?php
$link = mysqli_connect('localhost', 'username', 'password');
if (!$link) {
die('Could not connect: ' . mysqli_error());
}
echo 'Connected successfully';
mysqli_close($link);
?>
コードを貼り付けたら、ユーザー名とパスワードを自分のものに置き換えてください。このファイルをサイトにアップロードし、ウェブブラウザーからアクセスすることができます。
スクリプトが正常に接続された場合は、ユーザーに十分な権限があることを意味します。
次に、wp-configファイルに戻り、すべての詳細が正確で、タイプミスがないことを確認するためにスキャンする必要があります。
ユーザーにとって効果的だったその他のソリューション
上記のトラブルシューティングのヒントでサイト上のデータベース接続エラーを修正できない場合は、以下の追加手順をお試しください。
ユーザーからの報告によると、これらの手順でサイト上のデータベース接続エラーを解決したユーザーもいます。
1.WordPressサイトのURL更新
cPanelのphpMyAdminを使ってWordPressサイトのURLを更新してみてください。
ホスティングアカウントのダッシュボードからphpMyAdminにアクセスし、リストからWordPressデータベースを選択するだけです。
その後、上部のSQLメニューに切り替え、次のMySQLクエリーを入力する:
UPDATE wp_options SET option_value='YOUR_SITE_URL' WHERE option_name='siteurl'
このように見えるはずだ:
WordPressのテーブル接頭辞を変更している可能性があるので、自分のサイトURLをプロバイダーで指定し、wp_optionsを
自分のテーブル名に変更することをお忘れなく。
2.Webサーバーの再起動
専用サーバー、ローカルサーバー、仮想専用サーバー(VPS)のユーザーは、サーバーの再起動を試すことができる。
これによりWebサーバーとデータベースサーバーが再起動され、エラーの原因となる一時的な不具合が修正される可能性があります。
3.助けを求める
他のすべてがうまくいかない場合は、ホスティングサービス会社に連絡する必要があるかもしれません。すべての優れたWordPressホスティングサービス会社は、トラブルシューティングを手伝い、正しい方向を示し、あるいは問題を解決してくれます。
WPBeginnerプロサービスのようなプラットフォームを使ってWordPress開発者を雇い、リーズナブルな料金でこの問題を解決することもできます。WPBeginner Pro Services には、WordPress の問題を解決するために信頼できる専門の開発者チームがあります。
サイトのメンテナンス、ハッキングされたサイトの修復、スピードの最適化、サイトの再構築、SEOの最適化などのサービスも利用できる。
この投稿がWordPressの「Error establishing a database connection」問題の解決に役立てば幸いです。WordPressの問題を自分で解決するためのヒントについては、WordPressトラブルシューティングガイド、またはWordPressでカスタムデータベースエラーページを追加する方法についてのチュートリアルもご覧ください。
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.
Syed Balkhi
Hey WPBeginner readers,
Did you know you can win exciting prizes by commenting on WPBeginner?
Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
You can get more details about the contest from here.
Start sharing your thoughts below to stand a chance to win!
Javatechig
Lovely. You saved my day.
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.
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.
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!
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!!!!!
WPBeginner Support
Undo the changes by accessing your site through FTP.
管理者
Rowan Weismiller
Thanks so much for writing this post, it saved me quite a bit of time and a lot of headaches. Cheers!
SH
Solved my issue in less than 10mins cause of this article
YOUR ARE DOPE…you mean business
Thanks a mil!!!
alin
thanks man it’s worked!
Diana
thanks. very good article
Nayonika
This tutorial has really helped solving my problem!! Thanx a ton!
Lyndsay
Thanks a lot, this helped me fix my websites!
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?
管理者
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.
管理者
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.
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!
WPBeginner Support
Contact your web host for support.
管理者
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).
Kyra Dawson
Thank you guys! Great How To article!
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.
Editorial Staff
Refer to this article:
https://www.wpbeginner.com/plugins/how-to-deactivate-all-plugins-when-not-able-to-access-wp-admin/
管理者
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.
Giorgos
Thanks for the post
Is work to me
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
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)
Editorial Staff
Thanks Roeland Glad we were able to help.
管理者
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!
Editorial Staff
Glad we were able to help
管理者
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??
Jamila
THANK YOU.
Editorial Staff
You are welcome
管理者
Donatus
Thank you so much, i have repair my own and is working perfectly. my site is back
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
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!
Editorial Staff
Open your wp-config.php file and add this:
1-click Use in WordPress
管理者
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.
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.
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.
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.
管理者
manesh
Thanks a lot man, repairing the database fixed my issue!
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
Editorial Staff
Thanks for leaving a comment Andrew. Glad to help
管理者
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.
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
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
管理者
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.
Mibo
All I have to say: “THANK YOU!” your post fixed my issues and spared me a couple of hours of work.
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!!
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?
Editorial Staff
You need to have admin access to the site.
管理者
umar satti
You are My HERO
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
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.
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!
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.
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…
arman
it is indeed helpful for me as i m facing this problem currently… thanks for this great article..
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.
管理者
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?
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
Stefano
Thank you guys. Problem solved. Very good post