CENTOS8覚書

投稿日:2020年09月14日 15時08分27秒
sudo dnf -y install gcc-c++
vi /etc/selinux/config
SELINUX=disabled
dnf install bash-completion
dnf -y install httpd httpd-tools httpd-devel httpd-manual
systemctl start httpd
systemctl enable httpd;
dnf install @mysql:8.0
dnf install php-mysqlnd
systemctl enable mysqld
systemctl start mysqld
mysql_secure_installation
sudo -i