Search found 3 matches
- Thu Jun 16, 2011 2:41 am
- Forum: Nagios XI
- Topic: Error connecting to databases!
- Replies: 4
- Views: 364
Re: Error connecting to databases!
I was wrong when I talked about the successful completion of: mysql -u nagiosql -p'n@gweb' nagiosql [root@server ~]# mysql -u nagiosql -p'n@gweb' nagiosql ERROR 1044 (42000): Access denied for user 'nagiosql'@'localhost' to database 'nagiosql' After executing: mysql> grant all privileges on *.* to '...
- Wed Jun 15, 2011 3:18 pm
- Forum: Nagios XI
- Topic: Error connecting to databases!
- Replies: 4
- Views: 364
Re: Error connecting to databases!
Yes,I can login manually to the databases, using mysql -u root -p'nagiosxi' and mysql -u nagiosql -p'n@gweb' nagiosql.nscott wrote:Can you login manually to the databases?
....
- Wed Jun 15, 2011 3:02 pm
- Forum: Nagios XI
- Topic: Error connecting to databases!
- Replies: 4
- Views: 364
Error connecting to databases!
Hard drive of our server crashed and we decided restore nagios( 2011R1.3 ) using backup file: 1- /usr/local/nagios and /usr/local/nagiosxi 2- /etc/nagiosql 3- dump of: 3.1 table nagios 3.2 table nagiosql 3.3 table nagiosxi from postgres First off, we installed fresh of CentOS 5.5 , then was beginnin...