Kamis, 19 April 2012

Instalasi webserver Mysql, Apache, PHP di ubuntu 11.04

# sudo su
#  apt-get install apache2
Jika terjadi error dpkg -- configuration --a

  •  apt-get update
  • dpkg --configure -a
  • Trus lanjut lagi apt-get install apache2

# apt-get install mysql-server

  • pilih Apache tekan spasi
  • masukan admin pasword mysql : 
  • admin = root
  • pasword : terserah apa
Instalasi php untuk web server Apache
# apt-get install php5
Instalasi MySQL untuk Apache
# apt-get install libapache2-mod-auth-mysql
# apt-get install php5-mysql


Langkah instalasi phpmyadmin
# apt-get install phpmyadmin


Kemudian tes hasil installnya dibrowser :
http://localhost > tampilannya IT WORKS berarrti berhasil
http://localhost/phpmyadmin
Jika ada gambar seperti gini :

command: $ mysqlshow -u root -p 
->>>>> lihat keterangan nya apa disitu ;) 







Tidak ada komentar:

Posting Komentar