View Single Post
  #7 (permalink)  
Old 04-10-2008, 05:32 AM
boblin boblin is offline
Senior Member
 
Posts: 65
Default

Quote:
Originally Posted by uxbod View Post
Two things :-

1) apt-get install sysstat <- that will install iostat for you
..now is installed.


Quote:
Originally Posted by uxbod View Post
2) Hmmm, looks like the password is incorrect for the zimbra_logger database.

So, run the following :-

Code:
su - zimbra
zmlocalconfig -s | grep -i mysql | grep -i logger
You should see the password for that database. You can then run
Code:
mysql --socket=/opt/zimbra/logger/db/mysql.sock -p
Enter the password and see if it connects you. If not you can then follow Resetting LDAP & MySQL Passwords - Zimbra :: Wiki
Password from zmlocalconfig (zimbra_logger_mysql_password) is OK. But i see in zmstat.out different password (maybe some old password?).
Reply With Quote