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 continue.

Setting up the access info

Rename C:\XAMPP\htdocs\scratchr\app\config\database.php.default to database.php

Fill out the database access information. It should look like this:


var $default = array(
 'driver' => 'mysqli',
 '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