wdenk | fe8c280 | 2002-11-03 00:38:21 +0000 | [diff] [blame] | 1 | <?php |
| 2 | // (C) Copyright 2001 |
Wolfgang Denk | b3b0fd5 | 2005-08-12 23:20:59 +0200 | [diff] [blame] | 3 | // Murray Jensen <Murray.Jensen@csiro.au> |
wdenk | fe8c280 | 2002-11-03 00:38:21 +0000 | [diff] [blame] | 4 | // CSIRO Manufacturing Science and Technology, Preston Lab |
| 5 | |
| 6 | // mysql database access info |
| 7 | $mysql_user="fred"; |
| 8 | $mysql_pw="apassword"; |
| 9 | $mysql_db="mydbname"; |
| 10 | |
| 11 | // where to put the eeprom config files |
| 12 | $bddb_cfgdir = '/tftpboot/bddb'; |
| 13 | |
| 14 | // what this database is called |
| 15 | $bddb_label = 'Hymod Board Database'; |
| 16 | ?> |