In the file db.sql are the commands necessary to create a user and a database for use with the mserver system. If you change the name of the database, the password, or the user, you will also have to change the configuration files for both the frontend and the backend.
This script also inserts a first mserver user, name and passwd are "mserver". This user will have administrator privilages and can be used to add additional users via the Web administrator tool.
To install this database scheme, as root run the command
mysql -ppass < db.sql
Where pass is your database root password.
