Search
Sponsored Links
| | Print | |
|
How do I reset my Joomla Administrator Password? Have you ever forgotten your password in to Joomla? I have, but all is not lost: Joomla's Administrator Username can be changed using a MySQL query. The most convenient way to manage the database is through the phpMyAdmin tool. If you feel nervous about this then it may be worth asking a friend or colleague who is comfortable with this. Note: MySQL uses MD5 hash which prevents recovering the password and entering the password direct in to the password field unless you use the MD5 function. But don't worry I will show you how below. Login to your cPanel (If you do not have cPanel or do not have phpMyAdmin, then contact your ISP and ask how you can edit your MySQL database Let's assume for this example you have both applications. Select phpMyAdmin (You will see it displayed in the Databases section)
Click the Joomla database (You may have more than one database set up) You will have a list of tables displayed down the left hand side. Make a note of the name of the table which contains the word _users. Your table may be something like jos_users Click the SQL tab at the top of the page A text field will display called Run SQL query/queries on database "joomla_database_name" where joomla_database_name is the name of your Joomla database
Login to Joomla with the new password. if you have typed the table name incorrectly phpMyAdmin will display an error message with something like: ErrorSQL query: UPDATE `my_users` SET `password` = MD5( 'new_password' ) WHERE `my_users`.`username` = "admin" #1146 - Table 'my_joomla.my_users' doesn't exist Check that you have the SQL correctly typed and run the command again If this is the case you will need to check that you have typed your SQL correctly
If you want to get started quickly then Subscribe to my Free Joomla! Tutorials by clicking on the link below: Get your FREE Joomla! Tutorials now by clicking this link! |
Useful Links
Using Joomla!







