grep "temporary" /var/log/mysqld.log
You must reset your password using ALTER USER statement before executing this statement.
alter user user() identified by 'mind@20220511';
grant all privileges on *.* to 'root'@'%' identified by 'mind@20220511';
flush privileges;