Ir para conteúdo

POWERED BY:

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

marina limeira

instalar phpmyadmin - no windows server 2003

Recommended Posts

baixei o phpMyAdmin 2.11.5.1 e instalei no diretorio wwwroot do IIS do win2003 server.

 

uso o mysql 6.04 instalado e que acesso normalmente via administrator - mysql.

 

agora nao tive sucesso na instalacao do phpmyadmin no acesso ao mysql. configurando via setup html no browser: mostra o erro

 

A provável razão para isso é que você não criou o arquivo de configuração. Você deve usar o setup script para criar um.

Erro

Mensagens do MySQL : Documentação

#1045 - Access denied for user 'root'@'localhost' (using password: NO)

 

alguem tem a configuracao do config.inc.php dele para windows?

 

obrigada

 

Marina

Compartilhar este post


Link para o post
Compartilhar em outros sites

Now you must configure your installation. There are two methods that can be used. Traditionally, users have hand-edited a copy of config.inc.php, but now a wizard-style setup script is provided for those who prefer a graphical installation. Creating a config.inc.php is still a quick way to get started and needed for some advanced features.

pt-br

Agora você precisa configurar a instalação. Há 2 métodos que podem ser usados. Geralmente, os usuários editam manualmente uma cópia do config.inc.php, mas agora um script de configuração faz a configuração por meio de uma tela gráfica. Criar o arquivo config.inc.php ainda é o modo mais rápido começar, além de ser necessário para opções avançadas.

 

To manually create the file, simply use your text editor to create the file config.inc.php (you can copy config.sample.inc.php to get minimal configuration file) in the main (top-level) phpMyAdmin directory (the one that contains index.php). phpMyAdmin first loads libraries/config.default.php and then overrides those values with anything found in config.inc.php. If the default value is okay for a particular setting, there is no need to include it in config.inc.php. You'll need a few directives to get going, a simple configuration may look like this:

pt-br

Para criar manualmente o arquivo, use um editor de textos. Pode copiar o arquivo "config.sample.inc.php".

...

 

a tradução até aqui já basta.

 

<?php

$cfg['blowfish_secret'] = 'ba17c1ec07d65003'; // use here a value of your choice

 

$i=0;

$i++;

$cfg['Servers'][$i]['auth_type'] = 'cookie';

?>

 

For a full explanation of possible configuration values, see the Configuration Section of this document.

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.