From: Julien T. <jul...@ly...> - 2004-08-26 21:17:22
|
i've setup nagios 1.2 and perfparse (latest) on a whitebox3/x86. nagios is working well but perfparse seems to have a problem with mysql. mysql4 is installed from mysql.com srpm. user created & perfparse.conf checked: GRANT SELECT, INSERT, UPDATE, DELETE, INDEX, ALTER, CREATE, DROP, REFERENCES ON nagiosperf.* TO nagiosperf@whitebox IDENTIFIED BY 'password'; but # /opt/nagios/bin/perfparse -r /opt/nagios/bin/perfparse: Error: Could not connect to MySQL database 'nagiosperf' on host '127.0.0.1' using username 'nagiosperf' and password 'n: Access denied for user: 'nagiosperf@whitebox' (Using password: YES) i suppose perfparse always displays nagios as password. problem is with mysql, i connect without problem and with the real password which is in conf file. is there any way to get more details on mysql connection ? thanks Regards Julien |