Ver Mensaje Individual
  #8 (permalink)  
Antiguo 28/07/2003, 18:30
Avatar de nuevo
nuevo
 
Fecha de Ingreso: mayo-2003
Ubicación: Spain
Mensajes: 2.009
Antigüedad: 21 años
Puntos: 2
busca estas lineas en el config.inc.php

Código PHP:
// The $cfg['Servers'] array starts with $cfg['Servers'][1].  Do not use $cfg['Servers'][0].
// You can disable a server config entry by setting host to ''.
$i++;
$cfg['Servers'][$i]['host']          = 'localhost'// NOMBRE DE TU DOMINIO, DEJALO ASI, SEGURAMENTE TE FUNCIONE
$cfg['Servers'][$i]['port']          = '';          // MySQL port - leave blank for default port
$cfg['Servers'][$i]['socket']        = '';          // Path to the socket - leave blank for default socket
$cfg['Servers'][$i]['connect_type']  = 'tcp';       // How to connect to MySQL server ('tcp' or 'socket')
$cfg['Servers'][$i]['compress']      = FALSE;       // Use compressed protocol for the MySQL connection
                                                    // (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser']   = '';          // MySQL control user settings
                                                    // (this user must have read-only
$cfg['Servers'][$i]['controlpass']   = '';          // access to the "mysql/user"
                                                    // and "mysql/db" tables)
$cfg['Servers'][$i]['auth_type']     = 'config';    // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user']          = 'xxx';      // PON EL USER DE TU BASE DE DATOS, TE LA TIENE QUE DAR TU HOSTING
$cfg['Servers'][$i]['password']      = 'xxx';          // AQUI PONES EL PASSWORD DE TU BASE DE DATOS, TE LO TIENE QUE DAR TU HOSTING
                                                    // with 'config' auth_type)
$cfg['Servers'][$i]['only_db']       = 'xxxxxxxxxxx';          // AQUI PONES EL NOMBRE DE TU BASE DE DATOS EN EL SERVIDOR 
__________________
3w.valenciadjs.com
3w.laislatv.com

Última edición por nuevo; 28/07/2003 a las 18:33