Guest User

Untitled

a guest
Nov 28th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. $cfg['Servers'][$i]['host'] = 'localhost';
  2.  
  3. C:xammpphpMyAdmin config.inc
  4.  
  5. /* User for advanced features*/
  6. $cfg['servers'] ['controlluser'] = 'pma'; $cfg['servers'] ['controllpass'] = '';
  7.  
  8. if (! empty($cfg['Server']['controlhost'])
  9. || ! empty($cfg['Server']['controlport'])
  10.  
  11. /etc/dbconfig-common/phpmyadmin.conf
  12.  
  13. ## database access settings in php format
  14. ## automatically generated from /etc/dbconfig-common/phpmyadmin.conf
  15. ## by /usr/sbin/dbconfig-generate-include
  16.  
  17. /etc/phpmyadmin/config-db.php
  18.  
  19. $dbuser='root';
  20. $dbpass='password'; // set current password between quotes ' '
  21. $basepath='';
  22. $dbname='phpmyadmin';
  23. $dbserver='';
  24. $dbport='';
  25. $dbtype='mysql';
Add Comment
Please, Sign In to add comment