cyberman  Цитата: там нужно править один только файл config.inc.php   
 a kak ego pravitj?
  Например так:   
 // The $cfgServers array starts with $cfgServers[1].  Do not use $cfgServers[0]. 
 // You can disable a server config entry by setting host to ''. 
 $cfgServers[1]['host']          = 'Адрес базы (например- localhost)'; // MySQL hostname 
 $cfgServers[1]['port']          = '';          // MySQL port - leave blank for default port 
 $cfgServers[1]['socket']        = '';          // Path to the socket - leave blank for default socket 
 $cfgServers[1]['connect_type']  = 'tcp';       // How to connect to MySQL server ('tcp' or 'socket') 
 $cfgServers[1]['adv_auth']      = FALSE;       // Use advanced authentication? 
 $cfgServers[1]['stduser']       = '';          // MySQL standard user (only needed with advanced auth) 
 $cfgServers[1]['stdpass']       = '';          // MySQL standard password (only needed with advanced auth) 
 $cfgServers[1]['user']          = 'Имя пользователя';      // MySQL user (only needed with basic auth) 
 $cfgServers[1]['password']      = 'твой пароль';          // MySQL password (only needed with basic auth) 
 $cfgServers[1]['only_db']       = 'Имя базы';          // If set to a db-name, only this db is accessible 
                                                // It may also be an array of db-names