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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user