Ver Mensaje Individual
  #5 (permalink)  
Antiguo 21/05/2010, 13:39
benqh
 
Fecha de Ingreso: mayo-2010
Mensajes: 1
Antigüedad: 14 años
Puntos: 0
De acuerdo Respuesta: Sobre EasyPhp

Cita:
Iniciado por mcventur Ver Mensaje
Tienes que ediatar el archivo EasyPhp\phpMyAdmin\config.inc.php, donde te salga esto

$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = 'passwd'; // MySQL password (only needed

tienes que sustituir 'passwd' por 'tu password'.
Gracias Mcventur a mi si me funciono, el archivo config.ini.php esta donde lo dijiste y junto esta el archivo config.sample.ini.php no se si sea por la vercion de EasyPHP pero en elq ue uso EasyPHP5.3.2 si funciono.

/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'config';
/* Server parameters */
$cfg['Servers'][$i]['host'] = '127.0.0.1';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'toor';
$cfg['Servers'][$i]['hide_db'] = '(mysql|information_schema|phpmyadmin)';
$cfg['Servers'][$i]['compress'] = false;
/* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['AllowNoPassword'] = true;

saludos desde Mexico y gracias de nuevo.