From 646e5a69127a1d260150f64e88d4bd0e9388a630 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 18 Dec 2020 13:30:30 +0100 Subject: [PATCH] Set host to 127.0.0.1 instaead of localhost Becauce in some situations php for some reason desides to not resolve localhost --- config/phpmyadmin/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,