Тема: Не получается настроить phpmyadmin под мускул
Вот мой конфиг:
<?php
$i = 0;
/* Server localhost (http:controluser) [1] */
$i++;
$cfg['Servers'][$i]['host'] = 'http://***.ru/';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '1234';
$cfg['Servers'][$i]['controluser'] = '';
$cfg['Servers'][$i]['controlpass'] = '';
$cfg['Servers'][$i]['only_db']='';
/* End of servers configuration */
$cfg['blowfish_secret'] = '42275c7f573da2.45032343';
?>
Выдает ошибку: #2005 - Unknown MySQL server host 'http' (1)
Что делать?