Skip to content

Instantly share code, notes, and snippets.

@wirasetiawan29
Last active March 24, 2016 02:13
Show Gist options
  • Save wirasetiawan29/6341d0f8f82d6077dfb5 to your computer and use it in GitHub Desktop.
Save wirasetiawan29/6341d0f8f82d6077dfb5 to your computer and use it in GitHub Desktop.
$i++;
$cfg['Servers'][$i]['verbose'] = 'dev';
$cfg['Servers'][$i]['host'] = '192.168.1.100';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['AllowNoPassword'] = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment