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
No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.
April 11th, 2008 at 5:50 pm
[...] Read original post at http://www.sarunkgenk.com/2008/04/11/install-apache-php-dan-mysql-di-ubuntu/ [...]