which mysql
systemctl start mysqld
su - mysql --shell=/bin/bash
sudo grep 'temporary password' /var/log/mysqld.log
ALTER USER 'root'@'localhost' IDENTIFIED BY 'HiSuccess8!';
FLUSH PRIVILEGES;
quit
which mysql
systemctl start mysqld
su - mysql --shell=/bin/bash
sudo grep 'temporary password' /var/log/mysqld.log
ALTER USER 'root'@'localhost' IDENTIFIED BY 'HiSuccess8!';
FLUSH PRIVILEGES;
quit