Setting up the database

Creating and updating the database

You can get my database setup tool from here.

Open it then press any key to let it automatically set up the database for you.

Setting up the access info

Rename C:\XAMPP\htdocs\scratchr\app\config\database.php.default to database.php.
Now fill out the database access information. It should look like this:

var $default = array(
    'driver' => 'mysql',
    'persistent' => false,
    'host' => 'localhost',
    'login' => 'root',
    'password' => '',
    'database' => 'scratchr',
    'prefix' => '',
);


The database is now set up!

Now with all of this done, head to Tweaking some settings