Guest User

Untitled

a guest
Feb 12th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. /* Authentication type */
  2. $cfg['Servers'][$i]['auth_type'] = 'config';
  3. $cfg['Servers'][$i]['user'] = 'root';
  4. $cfg['Servers'][$i]['password'] = 'daisy041093';
  5. /* Server parameters */
  6. //$cfg['Servers'][$i]['host'] = 'localhost';
  7. //$cfg['Servers'][$i]['connect_type'] = 'tcp';
  8. $cfg['Servers'][$i]['compress'] = false;
  9. $cfg['Servers'][$i]['AllowNoPassword'] = true;
  10.  
  11. /**
  12. * phpMyAdmin configuration storage settings.
  13. */
  14.  
  15. /* User used to manipulate with storage */
  16. // $cfg['Servers'][$i]['controlhost'] = '';
  17. // $cfg['Servers'][$i]['controlport'] = '';
  18. $cfg['Servers'][$i]['controluser'] = 'pma';
  19. $cfg['Servers'][$i]['controlpass'] = '';
  20.  
  21. $dbuser='pma';
  22. $dbpass='<your pma user's password>';
Add Comment
Please, Sign In to add comment