Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/12/2008, 04:09
mcventur
 
Fecha de Ingreso: agosto-2008
Mensajes: 14
Antigüedad: 15 años, 8 meses
Puntos: 0
Respuesta: Sobre EasyPhp

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'.