Guest User

Untitled

a guest
Jul 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. /* Authentication type */
  2. $cfg['Servers'][$i]['auth_type'] = 'http';
  3. $cfg['Servers'][$i]['user'] = 'root';
  4. $cfg['Servers'][$i]['password'] = '';
  5. /* Server parameters */
  6. $cfg['Servers'][$i]['host'] = '127.0.0.1';
  7. $cfg['Servers'][$i]['port'] = '3388';
  8. $cfg['Servers'][$i]['connect_type'] = 'tcp';
  9. $cfg['Servers'][$i]['compress'] = false;
  10. /* Select mysql if your server does not have mysqli */
  11. $cfg['Servers'][$i]['extension'] = 'mysqli';
  12. $cfg['Servers'][$i]['AllowNoPassword'] = true;
  13. $cfg['Servers'][$i]['hide_db'] = '(mysql|information_schema|performance_schema|test|phpmyadmin)';
Add Comment
Please, Sign In to add comment