At the root of your PHPMyAdmin, you have a file called config.sample.inc.php .
Rename it to config.inc.php and edit it!
Locate the first server and $ cfg ['Servers] [$ i] [' host '] for the correct value.
/* * First server */ $i++; /* Authentication type */ $cfg['Servers'][$i]['auth_type'] = 'cookie'; /* Server parameters */ $cfg['Servers'][$i]['host'] = '192.168.0.1'; $cfg['Servers'][$i]['connect_type'] = 'tcp'; $cfg['Servers'][$i]['compress'] = false; $cfg['Servers'][$i]['AllowNoPassword'] = false;
source share