WordPressのパスワードのリセットは、通常は簡単なプロセスです。しかし、標準的な方法ではうまくいかず、サイトからロックアウトされてしまうことがあります。
何人かの読者がこの問題に遭遇し、アカウントにアクセスする最良の方法についてアドバイスを求めました。幸いなことに、ホスティングサービスのコントロールパネルにあるphpMyAdminツールを使って、WordPressデータベースから直接パスワードをリセットすることができます。
この投稿では、phpMyAdminからWordPressのパスワードを簡単にリセットする方法を紹介します。各ステップをわかりやすく説明しますので、データベースに詳しくない方でも安心してご覧いただけます。
なぜphpMyAdminからWordPressのパスワードをリセットするのか?
WordPressは、紛失したパスワードを復元するのがとても簡単です。
WordPressサイトのログイン画面にアクセスし、「Lost your password?
リンクをクリックすると、パスワードリセットのページに移動します。ユーザー名またはメールアドレスを入力すると、WordPressから関連するメールアドレスにパスワードリセットリンクが送信されます。
しかし、そのメールアドレスにアクセスできない場合や、WordPressサイトがメールの送信に失敗した場合は、パスワードをリセットすることはできません。
このような状況では、WordPressのパスワードをデータベースで直接リセットする必要があります。それを行う最も簡単な方法は、phpMyAdminを使用することです。
それでは、phpMyAdminからWordPressのパスワードを簡単にリセットする方法を見てみましょう。
phpMyAdminからWordPressのパスワードをリセットする方法
動画チュートリアルを見たくない場合は、下のテキスト版を読み進めてください。
まず、WordPressホスティングアカウントのcPanelダッシュボードにログインする必要があります。次に、データベースセクションに移動し、phpMyAdminアイコンをクリックします。
phpMyAdminアプリが起動します。
ここで、左のペインからWordPressデータベースを選択する必要があります。
WordPressデータベースのテーブル一覧が表示されます。
このリストからwp_users
テーブルを探し、その横にある「Browse」リンクをクリックする必要がある。
注:WordPressデータベースのテーブル名は、スクリーンショットに表示されているものとは異なる接頭辞を持つ可能性があります。テーブル接頭辞を変更することで、WordPressサイトのセキュリティを向上させることができます。
WordPressユーザーテーブルの行が表示されます。パスワードを変更したいユーザー名の横にある編集ボタンをクリックしてください。
PhpMyAdminは、すべてのユーザー情報フィールドを持つフォームを表示します。
user_pass
フィールドの値を削除し、新しいパスワードに置き換える必要があります。ファンクション・カラムで、ドロップダウン・メニューからMD5を選択し、フォーム下部のGoボタンをクリックします。
パスワードはMD5ハッシュを使って暗号化され、データベースに保存されます。
おめでとうございます!phpMyAdminを使用してWordPressパスワードの変更に成功しました。
なぜパスワードを暗号化するのにMD5ハッシュを選んだのか、不思議に思う方もいらっしゃるかもしれません。WordPressは以前、パスワードの暗号化にMD5ハッシュを使用していましたが、WordPress 2.5以降、より強力な暗号化技術を使用しています。
しかし、WordPressは後方互換性を提供するためにMD5をまだ認識しています。MD5ハッシュとして保存されたパスワード文字列を使用してログインするとすぐに、WordPressは自動的に新しい暗号化アルゴリズムを使用するように変更します。
WordPressのパスワードに関するエキスパートガイド
phpMyAdminからWordPressのパスワードをリセットする方法がわかったところで、WordPressのパスワードに関連する他の投稿もご覧ください。
- WordPressでパスワードを変更する方法(初心者ガイド)
- WordPressですべてのユーザーのパスワードをリセットする方法
- WordPressのパスワード再設定ページをカスタマイズする方法
- WordPressでユーザーにパスワード変更を強制する方法 – Expire Password
- パスワードをお忘れですか?WordPressでパスワードを紛失した場合の復旧方法
- WordPressでユーザーに強力なパスワードを強制する方法
- WordPressで2要素認証を追加する方法(無料方法)
- WordPressのログイン画面でユーザーにパスワードの非表示/表示を許可する方法
- パスワードを簡単かつ安全に管理する方法(初心者ガイド)
このチュートリアルで、phpMyAdmin から 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.
NS
Thanks! The “MD5” encryption step is what I was missing when I tried to reset. Then I came across your article and tried it and it worked! You just saved me hours and hours of time and a potentially angry client.
aisha
I tried this but didn’t work. Need help
WPBeginner Support
If your changes are not staying, you would likely want to check with your hosting provider to ensure you’re not running into a security tool blocking your change. Another common issue would be if you have a staging site or an old database for a previous site so you would want to ensure you are changing the information for your correct site.
管理者
Altuğ G.
This didn’t work for me
WPBeginner Support
It would depend on what part didn’t work. The most common reasons would be if you did not save your changes or did not convert to MD5
管理者
Pakodev
Thanks! It worked.
WPBeginner Support
Glad our guide was able to help
管理者
Arsène
It worked, thank you very much
WPBeginner Support
Glad our guide could help
管理者
Aikya Dasgupta
Thank you very much. This worked for me and I am now able to access my WordPress dashboard.
WPBeginner Support
Glad our guide was helpful
管理者
John
Perfect – saved me from a big issue.. thanks! Now, about getting those WP system emails working again…………….!
WPBeginner Support
If you’re not receiving the emails, we would recommend setting up SMTP on your site:
https://www.wpbeginner.com/plugins/how-to-send-email-in-wordpress-using-the-gmail-smtp-server/
管理者
Tayyab Shafique
it was really helpful.
Thanks
WPBeginner Support
You’re welcome
管理者
Saad
thanks a lot for saving my day …
WPBeginner Support
You’re welcome
管理者
Anita
Thank you, this saved me a headache
WPBeginner Support
Glad our guide was helpful
管理者
Elias
You’re a genius. Thank you
WPBeginner Support
You’re welcome
管理者
jackie
REALLY helpful. I’ve been struggling for weeks and now i can finally log in again! thanks a lot!
WPBeginner Support
You’re welcome, glad our guide was helpful
管理者
Robin B
So, so helpful. Thanks so much!
WPBeginner Support
You’re welcome
管理者
Chidi Ejikeugwu
why did you recommend to use MD5 when changing password?
WPBeginner Support
That is what WordPress uses for passwords by default
管理者
japsimran singh
Thank You Buddy.
It really helped.
WPBeginner Support
Glad our article could help
管理者
banson
Thank you problem Solved
WPBeginner Support
Glad our guide was helpful
管理者
Nthtuko Mbhele
Thank you so much, thank you, thank you
WPBeginner Support
You’re welcome, glad our guide was helpful
管理者
Premier
Thank you! Solved my problem!
WPBeginner Support
Glad our guide was able to help
管理者
Yann
Worked wonders, thanks!
WPBeginner Support
You’re welcome, glad our guide was able to help
管理者
Marco
thank you!!!!!!
WPBeginner Support
You’re welcome
管理者
Anand
Did not work for me.
WPBeginner Support
You may want to ensure you set the password to MD5 and that you are editing the correct user file if you have multiple WordPress sites or users
管理者
Pranoy
very very thank you
big headache solved
WPBeginner Support
Glad our guide could be helpful
管理者
Urs Keller
You did super great job. I could reset my pw. Thank you!
WPBeginner Support
You’re welcome, glad we could help
管理者
Taylor
I have followed these steps and the password was generated however, whenever I put in the password it still says it is incorrect.
Any help you can provide ?
WPBeginner Support
You would want to double-check that you encrypted the password using MD5 as the most common reason
管理者
Cattel
Direct explanation! Thanks!
WPBeginner Support
You’re welcome
管理者
Hazel Pan
Thank you for this noob-friendly guide! I was able to understand how to fix my issue right away. It also helped that I had awesome support from my hosting provider, Namecheap.
WPBeginner Support
Glad our guide could be helpful
管理者
Terry
Thank you so much for this article, it helped.
WPBeginner Support
Glad our article was helpful
管理者
Umar Gondal
May Allah bless you with eman. This article helped me to reset password of my website. Very informative article
WPBeginner Support
Glad our article could be helpful
管理者
Ajit Kumar
The email could not be sent. Possible reason: your host may have disabled the mail() function.
error shows
WPBeginner Support
If you have that error on your site, you would want to start by reaching out to your hosting provider.
管理者
George
Great article, I can see how this “can” work, but didn’t work for us either!!!!! We have access to the registrar, access to the domain and web hosting, full access to file manager, phpMyAdmin and the Installatron.
Followed your instructions to the T, didn’t work. We even changed the email in the email field. Its like the script didn’t update.
WPBeginner Support
If this method didn’t work then you likely need to reach out to your hosting provider and your host should be able to assist in fixing this issue.
管理者
Donny
Really helpful, thanks a lot.
WPBeginner Support
You’re welcome
管理者
zorax
Thank you, it was really helpful!
WPBeginner Support
You’re welcome
管理者
Van
This didn’t work for me. I’ve tried changing my password via my profile in WP Admin and using this technique; neither worked. WordPress 5 bug?
WPBeginner Support
You may want to clear your cache on your site and browser and check with your hosting provider that they are not preventing changes to your site’s database.
管理者
Ammar Falak
It didn’t work for us. I am still locked out of my WordPress Account. Please help!
WPBeginner Support
If this method does not work, if you reach out to your hosting provider they should be able to help you log back into your site.
管理者
Sanyukta Khot
Thank you for a very useful article! Saved me a lot of time!
WPBeginner Support
You’re welcome
管理者
Dee
Awesome!! Thanks so much for the valuable information.
Please continue to help us newbies…
WPBeginner Support
Glad our articles are helpful
管理者
lordhunos
Wow, it works! You made my day! Thank you very much!
WPBeginner Support
Glad our article could help
管理者
Boitumelo
This was very very helpful.
Thank you very much
WPBeginner Support
Glad it was helpful
管理者
Naveeen
Awesome. Worked like magic.
Nice video and tut. Had exact problem with the password. Solved with this tut. Thank you very much.
Ana Villegas
Thank you! It is very helpful.
Arukhan
Thank you!
maza
this was helpful and easy to do thank you
joe capels
Dude thanks .I was about to redo the entire thing from scratch and funny what i did this website some 10 yrs ago and its ranking on SEO is pretty great -was freakin worried !
Helios Venntures
Thanks a million, you’ve just saved a brother’s job.
Rajni
Very useful. Thanks a ton!
Mylo de Borja
How do I go to phpmyadmin, cpanel? I can’t remember who my hosting provider is.
Adam Vaughan-Williams
Awesome!! Yes worked weil but the presenter of the video speaks too fast and had to keep going back. The instructions worked well though,
Thankyou
peter
Take care to make sure yoju get the table name correct in the wp-config.php
Blessing Mashoko
Works like a charm
Natty Honeycomb
Thank you so much! I can’t believe I didn’t know my email address anymore!