Hi,
After succeed to install Zimbra on Debian 4.0 amd64 machine with the Ubuntu 64 packages, it seems that the mysql tables are not created I got this message in zmloggerinit.log :
Code:
Installing MySQL system tables...
080630 4:33:50 [ERROR] Can't start server: cannot resolve hostname!: Success
Installation of system tables failed!
The hostname cmd return the right hostname and localhost is well resolved too.
I try to start the mysqld daemon with:
/opt/zimbra/logger/mysql/libexec/mysqld --skip-grant &
and use the command line tool
/opt/zimbra/logger/mysql/bin/mysql:
But there is no table in the DB .
I noticed that some directories in /opt/zimbra was owned by root and I had to change the owner of /opt/zimbra/mysql/var to zimbra:zimbra to start mysql perhaps it's because of that the tables aren't created ?
How to fix that (recreate the tables) and what is the directories to be owned by root or zimbra ?
Thanks in advance.
Sam.