diff --git a/config/phpmyadmin/config.inc.php b/config/phpmyadmin/config.inc.php index 98aee58..e12344a 100644 --- a/config/phpmyadmin/config.inc.php +++ b/config/phpmyadmin/config.inc.php @@ -109,7 +109,7 @@ if (!empty($dbname)) { /* Authentication type */ //$cfg['Servers'][$i]['auth_type'] = 'cookie'; /* Server parameters */ -//$cfg['Servers'][$i]['host'] = 'localhost'; +$cfg['Servers'][$i]['host'] = '127.0.0.1'; //$cfg['Servers'][$i]['connect_type'] = 'tcp'; //$cfg['Servers'][$i]['compress'] = false; /* Uncomment the following to enable logging in to passwordless accounts,