How to Reset Joomla Password

Introduction

If you are unable to access your Joomla administrator account, you can reset the password directly from the MySQL database using an SQL query.


Prerequisites

  • Access to MySQL or phpMyAdmin
  • Database credentials for the Joomla website
  • Administrative access to the hosting server or control panel

Implementation

How to Reset Joomla Password

You can reset the Joomla password by executing the following command in MySQL:

update jos_users set password=MD5(“testpass”) where username=”testuser”;

Replace the following values accordingly:

  • testpass → New password
  • testuser → Joomla username

After executing the query, you can log in using the updated password.


Conclusion

By updating the password directly in the MySQL database, you can quickly regain access to your Joomla administrator account.

admin

Our team has expertise across software and web development, WordPress, e-commerce, mobile applications, UI/UX, cloud and infrastructure, DevOps, CI/CD, API integration, security, testing, automation, and technical support. The team also works with AI-based software solutions, LLMs, AI workflows, AI agents, and intelligent application development to help businesses automate processes and build smarter digital solutions. We focus on developing, deploying, maintaining, and optimising secure, scalable, and reliable technology solutions while helping businesses adopt modern technologies and drive digital transformation.

Leave a Reply

Scroll to Top