
Install MySQL Server
dnf -y install @mysql
systemctl enable mysqld.service
systemctl start mysqld.service
systemctl status mysqld.service
mysql_secure_installation
Install MySQL Server
dnf -y install @mysql
systemctl enable mysqld.service
systemctl start mysqld.service
systemctl status mysqld.service
mysql_secure_installation