Set host to 127.0.0.1 instaead of localhost

Becauce in some situations php for some reason desides to not resolve localhost
This commit is contained in:
Bram Prieshof
2020-12-18 13:30:30 +01:00
parent fb8b2a5cf4
commit 646e5a6912

View File

@@ -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,