This script will attempt to create a simple test database/table your local instance of MySQL.
The table contains the minimum fields required for this kit to function as a test environment. Ultimately you will probably want to add your own fields to store additional transaction information.
Obviously MySQL must be running and you must have the appropriate access rights to it (ie. create database and create table). Before testing the kit, be sure to set the required host name, user ID and password in the file init-dbconnect.php.