오늘은 centos를 설치하고 mysql을 설치하였다.
server 구동(끄거나 새로 켜기)
shutdown -h now
sudo shutdown -h now
reboot
sudot reboot
systemctl status mysqld
sudo systemctl status mysqld (start, stop, status, restart)
sudo systemctl enable mysqld
cd ~/work
conda activate ml
방화벽 끄기
sudo systemctl stop firewalld
sudo systemctl disable firewalld
netstate -tnlp