config.php 384 B

12345678910111213141516
  1. <?php
  2. // (C) Copyright 2001
  3. // Murray Jensen <Murray.Jensen@csiro.au>
  4. // CSIRO Manufacturing Science and Technology, Preston Lab
  5. // mysql database access info
  6. $mysql_user="fred";
  7. $mysql_pw="apassword";
  8. $mysql_db="mydbname";
  9. // where to put the eeprom config files
  10. $bddb_cfgdir = '/tftpboot/bddb';
  11. // what this database is called
  12. $bddb_label = 'Hymod Board Database';
  13. ?>