Advertisement
dadang9

config-db.php

Oct 25th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 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. ##
  7. ## by default this file is managed via ucf, so you shouldn't have to
  8. ## worry about manual changes being silently discarded. *however*,
  9. ## you'll probably also want to edit the configuration file mentioned
  10. ## above too.
  11. ##
  12. $dbuser='root';
  13. $dbpass='root';
  14. $basepath='';
  15. $dbname='phpmyadmin';
  16. $dbserver='localhost';
  17. $dbport='3306';
  18. $dbtype='mysql';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement