1) You can update the user table in the mysql database, but only if you still have an active connection with sufficient privileges.
2) You cannot, passwords are not saved, only their hash values, your password hash username is compared with the hash stored in mysql, and there is no way to find the password from the hash, except for trying all possible passwords in the hope of a hash match.
piotrm
source share