Answers for "install php-mysql ubuntu"

4

install php-mysql ubuntu

sudo apt update
sudo apt install apache2 \
                 ghostscript \
                 libapache2-mod-php \
                 mysql-server \
                 php \
                 php-bcmath \
                 php-curl \
                 php-imagick \
                 php-intl \
                 php-json \
                 php-mbstring \
                 php-mysql \
                 php-xml \
                 php-zip
Posted by: Guest on September-19-2021

Code answers related to "install php-mysql ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language