install MySQL in RHEL 8
Install MySQL RHEL.8
Step.1.
Sudo yum update
Step.2.
sudo yum install @mysql:8.0
step.3.
Systemctl status mysqld.service.
Step.4
Systemctl enable mysqld.service.
Step.5.
Restart your linux machine.
Step.6.
Systemctl status mysqld.service
=active.
Step.7.
Mysql_secure_installation
Step.9.
Connect
Mysql -u root -p
password=’please enter your password’.
Comments
Post a Comment