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

Popular posts from this blog

MySQL Point in Time Recovery: How To Configure And How Does it Work?

MySQL Replication Switchover: Step-by-Step Guide

Mysql Commercial Mysqlbackup:How to take Differential or Incremental Backup and resotre using mysqlbackup utility in mysql 8.0.37 enterprise edition