Pré-requisitos
- Apache HTTP Server (2.2.14) – Download Apache
- PHP 5.3.1 – Download PHP 5
- MySQL 5.1.43 Download MySQL 5
- phpMyAdmin 3.2.5 Download phpMyAdmin
Passo 1: Instalação do Apache 2.2
Configurações extras para o Apache
1.
#LoadModule rewrite_module modules/mod_rewrite.so
1.
LoadModule rewrite_module modules/mod_rewrite.so
1.
DirectoryIndex index.html
1.
DirectoryIndex index.html index.php
Passo 2: Instalação e Configuração do PHP 5.3.1
1.
< ?php phpinfo(); ?>
Configuração do PHP
1.
short_open_tag = On
Permitir estilo ASP
1.
asp_tags = On
Habilitar a exibição de erros
1.
display_errors = On
Passo 3: Instalação e Configuração do MySQL 5.1
Problemas de conexão dos scripts PHP com o MySQL
1.
127.0.0.1 localhost
Passo 4: Instalação do PhpMyAdmin
1.
$cfg
[
'Servers'
][
$i
][
'user'
] =
'root'
;
2.
$cfg
[
'Servers'
][
$i
][
'password'
] =
' '
;
// Digite aqui a senha de root
3.
$cfg
[
'Servers'
][
$i
][
'auth_type'
] =
'config'
;
fonte:http://www.pinceladasdaweb.com.br