<h1>Welcome to the DNA Module - First Steps</h1></td>
<td id="tdLogo2">Your logo will be placed here later during cofiguration.</td>
</tr>
<tr>
<td colspan="3" valign="top">
<table border="0" id="table2">
<tr><td colspan="2"><h2>Step 3: Create database and tables</h2></td><td align="right"><a href="capabilities.php" class="black">Go back to step 2</a></td></tr>
<tr><td colspan="3">
<div id="note">
Now the DNA database and tables have to be created manually. Currently only MySQL can be used!<br />
<b>Note: </b>Administrator rights are required to do so! Please contact your admin.<br>
SQL file is located here: your_dna_module_folder/sql/createtables.sql<br /><br />
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.</b></td></tr>
<?php
/**
* including script for editing/defining connection to database
*/
include("config/edit_connection.php"); ?>
</table>
</td>
</tr>
<tr><td colspan="3"><div id="note">Ready to continue? <a href="smtp.php" class="red">Please click here</a> to go ahead.</div></td></tr>
</table>
<?php
/**
* including footer
*/
include("footer.php"); ?>
</div>
</form>
</body>
</html>
Documentation generated on Tue, 29 Nov 2011 10:44:48 +0100 by phpDocumentor 1.4.3