In my server, I reset the password of a currently logged in user in cPanel > PHPMyAdmin via
SET PASSWORD=PASSWORD('...');
Caution: Do not try this in your cpanel > mysql, because it might re-generate this mistake in your server as well.
It seems, it had connected with the root’s password to serve the PHPMyAdmin instead of a user’s password.
Unfortunately, PHPMyAdmin’s password is reset. Now, cPanel cannot login into its own PHPMyAdmin automatically.
It could be a bug of cPanel that allowed to reset the password of root user. Now, the saved passwords in cPanel’s own database fails.
Question: Is there a way to UNCHANGE the password?
Lost!