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 Replication Switchover: Step-by-Step Guide

How to create database manually in oracle 11g R2

How To Install and Configure Innodb Cluster /shell/Router