First, you need to generate an instance for sample game database. In order to do this, you need to have MySQL installed in your system. The current version is based on MySQL 5.1. You need to download or purchase MySQL from http://www.mysql.com. (Alert! MySQL is a premium software that you need to purchase if you are using it for any commercial purposes. Please contact MySQL if you have any licensing related questions.)
If you want to use MySQL more easily in GUI environment, we recommend you to use it together with tools like SqlYog and etc. You can either download or purchase SqlYog from http://www.webyog.com.
Install MySQL
Now you need to install DB Schema
You may see the following format when you complete in creating a database.
The generated tables should have fields named as FieldA, FieldB and etc. These fields are only being used in the sample sources so please feel free to remove them if you want.