Moj plik konfiguracyjny wyglada tak:
<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 2.8.2 setup script by Michal ÄŚihaĹ™ <michal@cihar.com>
* Version: $Id: setup.php,v 1.23.2.10 2006/05/15 07:57:30 nijel Exp $
* Date: Thu, 13 Jul 2006 06:30:42 GMT
*/
/* Servers configuration */
$i = 0;
$cfg['PmaAbsoluteUri'] = 'http://localhost/phpMyAdmin';
/* Server localhost (cookie) [1] */
$i++;
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* End of servers configuration */
$cfg['blowfish_secret'] = 'ciag_znakow';
?>
trzymam go w katalogu /phpMyAdmin/config/
po wywolaniu
http://localhost/phpMyAdmin pokazuje sie:
Witamy w phpMyAdmin 2.8.2
Prawdopodobnie powodem jest brak utworzonego pliku konfiguracyjnego. Do jego stworzenia można użyć skryptu instalacyjnego.
Błąd
MySQL zwrócił komunikat: Dokumentacja
#1045 - Access denied for user: 'root@localhost' (Using password: NO)
Co moze byc nie tak?