Posts

Showing posts from December, 2022

DB-Master

sudo yum install mysql-server -y sudo systemctl enable --now mysqld sudo systemctl status mysqld sudo mysql_secure_installation   sudo firewall-cmd --permanent --add-port = 3306 / tcp sudo firewall-cmd --zone =public --add-port = 3306 / tcp --permanent sudo firewall-cmd --reload