BN++
Not logged in
 

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
For the last two steps the user needs to have sufficient privileges in mysql.

More information about the internal structure and the underlying data model can be found at:

Execution time: 0.013996s