This is the training database as an MS Access 2000 mdb file or as a MySQL script. Installation: MS Access --------- Create an ODBC source "biocase_training" to the trainingDB.mdb file. Verify that user Everybody has read&write access to the file. MySQL ----- Run the trainingDB_mysql.sql script to create a MySQL database called "biocase_training". PostgreSQL ---------- Run the trainingDB_pgsql.sql script to create a MySQL database called "biocase_training". You can run the script by using psql: > psql -U postgres < trainingDB_pgsql.sql