Setup for SSL MySQL Enterprise Database Version 8.0.22
Purpose of the Document
Procedure for MySQL Database Installation ( 8.0.22 – Enterprise) and setup for SSL on RHEL 8
=====================================================================
MySQL Database Installation –RHEL 8.x – DB Version 8.0.22 – Enterprise Edition
=====================================================================
The below procedure is related to MySQL Database Installation Version 8.0.22 on RHEL 8.4. ( Enterprise Edition)
MySQL Server 172.31.17.141
MySQL Client 172.31.25.170
(1) Check the OS version of RHEL by using below command.
[root@mysql-server ~]# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.4 (Ootpa)
(2) Create local group for dba
[root@mysql-server ~]# groupadd -g 1020 dba
(3) Create local user for mysql
…
[Read more]