나만의 개발 기록
//부팅시 자동실행 // Apache # systemctl enable httpd // MySQL # systemctl enable mysqld //상태확인 // Apache # systemctl status httpd // MySQL # systemctl status mysqld