Apr 11 2008
Install Apache, PHP dan MySQL di Ubuntu
Langkah-langkah install web Apache, PHP dan server database MySQL :
Instalasi web server Apache
# apt-get install apache2
Instalasi database server MySQL
# apt-get install mysql-server
Instalasi php untuk web server Apache
# apt-get install php5
Instalasi MySQL untuk Apache
# apt-get install libapache-mod-acct-mysql
# apt-get install php5-mysql
Sekian
One Response to “Install Apache, PHP dan MySQL di Ubuntu”
Leave a Reply
You can also use this smilies by clicking them :
more » |














[…] Read original post at http://www.sarunkgenk.com/2008/04/11/install-apache-php-dan-mysql-di-ubuntu/ […]