Database

The preparation of the database is straightforward but assumes that you have a MySQL -server installed and know how to start the ` MySQL Command Line Client'. First, download the webeng.sql-file from the http://tdmd.zindel.org. Second, start the MySQL Command Line Client, login, go to the appropriate path and then execute the command source webeng.sql;. This should now have created the necessary tables with some initial content.

You will have to create a MySQL-user `dominik' with the password `0WebEng7' as the login is hardcoded into a configuration file (web.config). Alternatively you can modify the file web.config and replace the predefined credentials with your own login data.



Dominik Zindel 2007-06-16