ubuntu
php+sql
최진한
2022. 10. 11. 14:37
% sudo apt-get upgrade
% sudo apt-get install apache2
% sudo apt-get install php
% sudo apt-get install php-mysql
<?php phpinfo(); ?> 실행하여 php.ini 위치 확인
% service apache2 restart