Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <?php
  2. ##
  3. ## database access settings in php format
  4. ## automatically generated from /etc/dbconfig-common/phpmyadmin.conf
  5. ## by /usr/sbin/dbconfig-generate-include
  6. ## Tue, 31 Aug 2010 15:42:26 -0500
  7. ##
  8. ## by default this file is managed via ucf, so you shouldn't have to
  9. ## worry about manual changes being silently discarded. *however*,
  10. ## you'll probably also want to edit the configuration file mentioned
  11. ## above too.
  12. ##
  13. $dbuser='phpmyadmin';
  14. $dbpass='jRaxHPFw6H4R';
  15. $basepath='';
  16. $dbname='phpmyadmin';
  17. $dbserver='';
  18. $dbport='';
  19. $dbtype='mysql';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement