Olá Bom dia a todos. Gostaria de contar com ajuda dos colegas. Estou estudando o php. Instalei o Apache/MySQL/PHP5 e PhpAdmin. O Apache, MySQL e PHP estão ok. O PhpAdmin ao ser carregado retorna o seguinte: arse error: parse error in C:\Apache2.2\htdocs\phpMyAdmin\libraries\config.default.php on line 47 no arquivo está assim: o item grifado. $cfg['PmaAbsoluteUri'] = 'http://localhost:8080/phpmyadmin' /** * Disable the default warning that is displayed on the DB Details Structure page if * any of the required Tables for the relation features could not be found * * @global boolean $cfg['PmaNoRelation_DisableWarning'] */ $cfg['PmaNoRelation_DisableWarning'] = false; /** * The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If * at least one server configuration uses 'cookie' auth_type, enter here a * pass phrase that will be used by blowfish. The maximum length seems to be 46 * characters. * * @global string $cfg['blowfish_secret'] */ $cfg['blowfish_secret'] = ''; Por fim seria necessário colocar a porta como acima ":8080" no endereço ou sem esses dados o resultado seria o mesmo. Grato pela ajuda. Abs. Leonardo