I can't login by Admin member in my Forum running phpBB. I also tried changing Login details by phpMyAdmin but it don't works. Please help me sort out the issue of the Admin login for my phpBB based forum.
You cant login? Do you have any other information? Because by just reading your post all i can think of is your putting in wrong details (caps, numbers etc)
I tried changing the Admin details from phpMyAdmin but it still don't works. Also the Username and Admin Email combination to reset password is not working.
You cannot simply alter the password for your account in the database, because the password is hashed and there are a lot of validations. What you can do is register a new account on your own forum with the password let's say "testpass123", it will get hashed, then you can copy it to your account in the database and voila, now you can login with that password and change it afterwards!