728x90
php
-
CenTOS7 : WordPress + MySQL5.7 + PHP7.3 Install공부합시다!/LInux 2022. 4. 5. 06:00
음!이전 DB자료가 조금 오래되서 설치가 안되는 부분들이 있습니다.해서 오늘은 자료 보강차원에서 WordPress 5.9.2MySQL 5.7PHP 7.3 을 설치해서 연동해 보도록 하겠습니다. 1. 구성도 2. WordPress 다운로드 및 설정# yum install -y httpd # yum install -y wget # wget https://ko.wordpress.org/latest-ko_KR.tar.gz # tar xvfj latest-ko_KR.tar.gz # cp -r wordpress/ /var/www/html/ # cp /var/www/html/wordpress/wp-config-sample.php /var/www/html/wordpress/wp-config.php # vi /var/..