Create a test MySQL database

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.

User name
Password

If you wish to, you may set the name of the database (if it's an already existing database, put the name in below and it'll create the table in that database) and the table name here to whatever you want. If you do so, you will also need to change the default database and table names in init-dbconnect.php.

Database name
Table name