box / Anemometer

Box SQL Slow Query Monitor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Following documentation leads to data connection error.

tkarraker opened this issue · comments

After testing, I have confirmed an error where the documentation for getting started will lead to being unable to connect to the database.

This is due to the sample.config.inc.php file including all datasource_*.inc.php files in conf and the documentation advises that changes should be made to the sample file and then copied. This will lead to anemometer importing the sample datasource_local.inc.php file and causing DSN conflicts.

datasource_local.inc.php should be renamed to sample.datasource_local.inc.php. Should also add info about this functionality in the docs.