How to reset default mysql 8.0 root password on CentOs
The initial root password on install can be found by running grep ‘temporary password’ /var/log/mysqld.log stop mysql service systemctl stop mysqld Change mysql environment option systemctl set-environment MYSQLD_OPTS=”–skip-grant-tables” Start mysql with above option enabled systemctl start mysqld Login as root mysql -u root Update the root user password with these mysql commands ALTER USER ‘root’@’localhost’ … Continue reading How to reset default mysql 8.0 root password on CentOs
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed