mysql - Monitoring : Centreon - How to connect centreon user to database? -


i'm running centreon entreprise server (ces) 3.3 , added nagvis (1.8.x). on virtual machine (virtualbox).

when suceeded in giving rights nagvis reach centreon data, centreon started displaying : "database error: not connect database", though the centreon user has privileges on "centreon" , "centreon_storage".

here's central-broker-master.log :

[1467987167] error: storage: rebuilder: not connect centreon storage database: not open database: access denied user 'centreon'@'localhost' (using password: yes) qmysql: unable connect [1467988484] error: tcp: error while sending data peer 'localhost:5670': remote host closed connection [1467988492] config: module applier: loading directory '/usr/share/centreon/lib/centreon-broker' [1467988492] config: correlation: invalid correlation configuration, correlation engine not loaded [1467988492] config: applier: 14 modules loaded [1467988492] error: not open database: access denied user 'centreon'@'localhost' (using password: yes) qmysql: unable connect [1467988492] error: tcp: not connect localhost:5670: connection refused [1467988492] error: not open database: access denied user 'centreon'@'localhost' (using password: yes) qmysql: unable connect

(the last error written hundreds of times ...)

and couldn't find other errors in different logs. (or wasn't able find right logs ...)

the 'centreon' user has rights on databases ip address of server coputer's address. (this have been matter of rights distant location)

i don't know other way grant 'centreon' user rights on database -- valid idea grant user privileges ?

thanks

edit : tried solve problem using post : mysql error 1045 (28000): access denied user 'bill'@'localhost' (using password: yes) (i had ''@'localhost' user), access centreon web still denied.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -