Linux Possible to recover admin user/pass from Joomla! ?

Ank1t

Skilled
Jun 25, 2006
1,461
27
62
Bangalore
www.iservice.co.in
Hey guys,

I'd installed Joomla a while back to use it to work on a site and while installing i gave a user name and password for the same which i cant really recall right now :ashamed:. Is it possible to recover it? Or do i can to do a clean re-install all over?
 

random2

Adept
Nov 1, 2006
939
150
131
I dont think password can be recovered. But it can be reset in the database so that you get back access.

Create a general user and note the password. Then go to jos_users table in phpmyadmin or any mysql client you are using. Copy the MD5 hash of the general user and paste it into admin password by editing the admin row. Then you can use the password of general user you created for the admin too.

More info on the same - FAQ: How do I recover my admin password? A simple google query would have got you the answer.
 

iosoft

PC enthusiast since MS DOS 5
Skilled
Dec 30, 2005
1,412
151
153
Kolkata, India
www.gigahertz.net.in
If you have solved the problem then fine.

else, just re-install it. As it was also a fresh installation, so, there will be no data loss.

When you reinstall, on the DB setup page, choose 'clear previous data', basss....

Why waiting....
 

Ank1t

Skilled
Jun 25, 2006
1,461
27
62
Bangalore
www.iservice.co.in
^ Yup decided to go for that only :)

@evilution

that didnt work dude

@random2

im verrry new to CMS and kinda didn't understand what you said or what that link said :ashamed: the installation in on local machine (my comp). no registered site.
 

random2

Adept
Nov 1, 2006
939
150
131
if you dont have much of any important things done, go ahead and reinstall it. its a better option if you are new to mysql and things. If you still need the previous install and want to change the admin password, let us know with further details of your setup.
 

iosoft

PC enthusiast since MS DOS 5
Skilled
Dec 30, 2005
1,412
151
153
Kolkata, India
www.gigahertz.net.in
PhpMyAdmin is a web-based MySQL's front-end tool.

Just like Oracle's 'Navigator'.

It feels like you are using M$ Access with much more options.

I think it is not installed. Its optional. To install it you need to run PHP (basic Apache server or IIS with PHP-plugin).
 

iosoft

PC enthusiast since MS DOS 5
Skilled
Dec 30, 2005
1,412
151
153
Kolkata, India
www.gigahertz.net.in
The correct path should be -
Basic PHP
Basic MySQL
Basic MySQL Administration
Basic PHP+MySQL
Joomla or any other CMS

But, I think you jumped :eek:hyeah:

You should d/l the Joomla's manual PDF and read.... ;)
 

Checksum

Skilled
Aug 3, 2005
1,544
32
112
38
Rather than installing all of those packages separately, just get a precompiled app like xampp. It has all the necessary stuff, and is click and use :)