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.

Related Posts:

  • Rman catalog - Time Retention SQL> show parameter keep NAME                                 TYP… Read More
  • ORACLE - NLS_LANG SQL> select DECODE(parameter, 'NLS_CHARACTERSET', 'CHARACTER SET', 'NLS_LANGUAGE', 'LANGUAGE', 'NLS_TERRITORY', 'TERRITORY') name, value from v$nl… Read More
  • Oracle Rman Show Backups select operation as "OPERACAO", object_type as "TIPO", status, output_device_type as "MEDIA", to_char(end_time,'DD-MM-RRRR HH24:MI:SS') as "DATA", ro… Read More
  • Parameter on bash. MacBook-de-Andre-Silva als$ cat tmp.sh #!/bin/bash echo spool  /home/analyze_$2.log MacBook-de-Andre-Silva als$ ./tmp.sh - info_parameter spool… Read More
  • ORACLE / RMAN - Statusset pages 120 set lines 120 column MEDIA format a10 column STATUS format a10 column OPERACAO format a10 select operation as "OPERACAO", object_type a… Read More

0 comentários:

Post a Comment