5 simple steps to complete your SlimStat installation.
SlimStat needs to be able to connect to your MySQL database.
You can use SlimStat with an existing database, or create a new database if you prefer.
In _config.php, edit these variables:
var $server = "localhost"; // Leave as localhost unless you know otherwise var $username = "username"; // The username used to access your database var $password = "password"; // The password used to access your database var $database = "database"; // The database containing the stats table
When they match your connection settings, click the button below.