Install mysql on RHEL.7

Linux machine:-RHEL.7

step .2.
yum localinstall mysql80-community-release-el7-1.noarch.rpm

step.3.
yum install mysql-community-server

step.4.
Systemctl status mysqld.service.

Step.5.
Systemctl enable mysqld.service.

Step.6.
Systemctl status mysqld.service.
(Active is need.)

Step.7.
Mysql_secure_installation.

Step.
Mysql -u root -p
Connect .

Thank you.

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