Answers for "centos 7 install mariadb"

1

centos 7 install iptables

sudo systemctl stop firewalld

sudo systemctl disable firewalld

sudo systemctl mask --now firewalld

sudo yum remove firewalld

sudo yum install iptables-services

sudo systemctl start iptables

sudo systemctl enable iptables

sudo systemctl status iptables

sudo iptables -nvL
Posted by: Guest on July-01-2020
1

how to install mariadb on centos 7

You can install MariaDB Server from the command-line:

$ sudo yum install mariadb-server
Posted by: Guest on March-24-2021
0

centos7 install grub

# yum reinstall grub2-efi grub2-efi-modules  shim
Posted by: Guest on August-03-2020

Browse Popular Code Answers by Language