Step step cara install apache server, mysql dan phpmyadmin di ubuntu 16
----------------------------------
install apache
sudo apt-get update
sudo apt-get install apache2
check
http://your-ip-address or http://localhost
----------------------------------
install mysql
sudo apt-get install mysql-server
----------------------------------
install php
sudo apt-get install php libapache2-mod-php php-mysql php-curl php-gd php-json php-mcrypt php-zip
echo "<?php phpinfo(); ?>" | sudo tee /var/www/html/phpinfo.php
check
http://your-ip-address/phpinfo.php or http://localhost/phpinfo.php
----------------------------------
install phpmyadmin
sudo apt-get install phpmyadmin
check
http://your-ip-addrss/phpmyadmin http://localhost/phpmyadmin
----------------------------------
Sumber : http://usefulangle.com/post/35/how-to-install-linux-apache-mysql-php-phpmyadmin-lamp-stack-on-ubuntu-16-04
Subscribe to:
Post Comments (Atom)
0 Response to "Step step cara install apache server, mysql dan phpmyadmin di ubuntu 16"
Post a Comment