box / box/Anemometer

Hello, when I was in install Anemometer service error

Open
#117 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.4k
Forks
306
PR merge metrics
No merged PRs in 30d

Description

error building field list from in database 192.168.2.124 via TCP/IP
Unknown column 'global_query_review' in 'where clause'

Warning: call_user_func_array() expects parameter 1 to be a valid callback, first array member is not a valid class name or object in /path/lib/MySQLTableReport.php on line 315

Fatal error: Call to a member function execute() on a non-object in /path/lib/MySQLTableReport.php on line 316

CentOS 6.4 x86_64 php 5.4 mysql 5.6.16
< install.sql
'192.168.2.124',
'port' => 3306,
'db' => 'slow_query_log',
'user' => 'slow',
'password' => 'slow',
'tables' => array(
'global_query_review' => 'fact',
'global_query_review_history' => 'dimension'
),
'source_type' => 'slow_query_log'
);
$conn['user'] = 'slow';
$conn['password'] = 'slow';

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.