Joomla – reset admin password by MySQL in PHPMyAdmin

If you got lost your Joomla password and need to set a new one, you can simply create a new password in PHPMyAdmin or your database administration tool. All you have to do is execute this SQL command:

update jos_users SET password=MD5('<your_new_password>') WHERE username='<your_username>';

Just replace <your_new_password> with desidered password and <your_username> with the username you are logging to Jooma (eg. admin, administrator or whatever..)

Hope this helps

Žádné příbuzné články.

This entry was posted in Webdesign. Bookmark the permalink. Follow any comments here with the RSS feed for this post. Trackbacks are closed, but you can post a comment.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>