An archive of the current MySQL-dump can be downloaded here.
To install the dump file three steps need to be performed:
- unpack the dump file:
tar xzvf dump.sql.tgz
- creation of an emtpy database:
mysqladmin create BNDB
- import of the dump file into mysql:
mysql BNDB < dump.sql
More information about the internal structure and the underlying data model can be found at:

