Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/07/2009, 12:16
PanchoJ
 
Fecha de Ingreso: abril-2009
Ubicación: Santa Fe, Capital
Mensajes: 38
Antigüedad: 15 años
Puntos: 0
Respuesta: Conectar y ubicar Base de datos(MYSQL)

Perfecto, estoy usando el xampp el cual tiene incluido el phpmyadmin.

Tuve que editar el archivo \xampp\phpMyAdmin\config.inc.php y \xampp\phpMyAdmin\libraries\config.default.php, le cambie el nombre
de usuario y contraseña y otro datos según corresponda.

Ejemplo

\xampp\phpMyAdmin\config.inc.php

/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'Pepe';
$cfg['Servers'][$i]['password'] = 'Hola';
$cfg['Servers'][$i]['AllowNoPasswordRoot'] = true;

/* User for advanced features */
$cfg['Servers'][$i]['controluser'] = '';
$cfg['Servers'][$i]['controlpass'] = '';

\xampp\phpMyAdmin\libraries\config.default.php

$cfg['PmaAbsoluteUri'] = ‘http // localhost / phpmyadmin /’;