Not able to change percona mysql 8 password in Fresh install redhat 8.

you should use

SET PASSWORD = 'auth_string';


or

ALTER USER user IDENTIFIED BY 'auth_string';