Sunday, May 6, 2012

Installing MySQL + Apache + PHP + phpMyAdmin | Linux - Like

$sudo su 

#apt-get update

#apt-get -f install mysql-server
Do you want to continue [Y/n]? Y

#apt-get -f install apache2
Do you want to continue [Y/n]? Y

#apt-get -f install php5
Do you want to continue [Y/n]? Y

#apt-get -f install php5-mysql
Do you want to continue [Y/n]? Y

#apt-get -f install phpmyadmin
Do you want to continue [Y/n]? Y

#cp -R usr/share/phpmyadmin/ /var/www/
#chown www-data.www-data /var/www/phpmyadmin

access : http://127.0.0.1
access : http://127.0.0.1/phpmyadmin

Attention. 
Read all instructions during installation.
NOTEsame password for all software.

Share this page.

0 comentários:

Post a Comment