Ищешь в конфиге место:
Код:
Код: Выделить всё
$i++;
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP addr
$cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank
$cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leav
$cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL s
$cfg['Servers'][$i]['extension'] = 'mysql'; // The php MySQL extension t
$cfg['Servers'][$i]['compress'] = FALSE; // Use compressed protocol f
// (requires PHP >= 4.3.0)
$cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settin
// (this user must have read
$cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user
// and "mysql/db" tables).
// The controluser is also
// used for all relational
// features (pmadb)
$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (co
$cfg['Servers'][$i]['user'] = '????'; // MySQL user
$cfg['Servers'][$i]['password'] = '????'; // MySQL password (only need
и заполняешь '????' сообразно своим данным... (пользователь и пароль MySQL). Это в случае нахождения MySQL и phpMyAdmin на одной машине.
Хотя для локальной базы рекомендуют использовать сокет. В общем, простор для экспериментов.