View Single Post
  #6 (permalink)  
Old 04-10-2008, 05:03 AM
uxbod uxbod is offline
Moderator
 
Posts: 7,911
Default

Two things :-

1) apt-get install sysstat <- that will install iostat for you
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
__________________
Reply With Quote