* @version 2.0 * @package First_Steps * @copyright Copyright © 2011 DNA Bank Network http://www.dnabank-network.org
The contents of this file are subject to the Mozilla Public License Version 1.1 * @filesource * @license http://www.mozilla.org/MPL/ MPL */ $config = true; /** * calling connection to database */ include ("config/head.php"); /** * calling authorisation script */ include ("auth.php"); ?> DNA Module - First Steps

Welcome to the DNA Module - First Steps

Your logo will be placed here later during cofiguration.

Step 3: Create database and tables

Go back to step 2
Now the DNA database and tables have to be created manually. Currently only MySQL can be used!
Note: Administrator rights are required to do so! Please contact your admin.
SQL file is located here: your_dna_module_folder/sql/createtables.sql

After creating the tables a DNA database user should be defined. This user (and password if used) must be entered below. Only administrators of the DNA Module have access to database configuration when they are logged in.
Ready to continue? Please click here to go ahead.