Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/11/2008, 07:37
rodet
 
Fecha de Ingreso: noviembre-2008
Mensajes: 6
Antigüedad: 15 años, 5 meses
Puntos: 0
SOLUCIONADO: Empezando con phpMyAdmin (problemilla))

lo solucione con un tutorial que me pille en internet el, tema quedo asi

Código:
<?php
$i = 1;
$cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin/';

$cfg['Servers'][$i]['host'] = 'localhost';

$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['password'] = '******';

?>