View Single Post
  #1 (permalink)  
Old 07-26-2007, 05:24 PM
redbaron redbaron is offline
Intermediate Member
 
Posts: 16
Default Zimbra wont start, only LDAP...

Hi all,

I have CentOS5, on a 64bit (AMD) machine...

I installed Zimbra (4.5.6) using RPM's.
I configure it using this manual .
When I start Zimbra using the init script (/etc/init.d/zimbra start) only LDAP startup.
if I su to zimbra user and start mysql I get this error:
Code:
zmmyinit
* Creating required directories
* Generating mysql config /opt/zimbra/conf/my.cnf
* Creating database in /opt/zimbra/db/data
* Starting mysql server
* Failed to connect to mysql...retrying
* Failed to connect to mysql...retrying
* Failed to connect to mysql...retrying
 Failed to connect to mysql...giving up!
but I can see it running:
Code:
 ps -ef | grep mysql
zimbra     365     1  0 00:34 pts/3    00:00:00 /bin/sh /opt/zimbra/mysql/bin/mysqld_safe --defaults-file=/opt/zimbra/conf/my.cnf --ledir=/opt/zimbra/mysql/libexec
zimbra     435   365  0 00:34 pts/3    00:00:00 /opt/zimbra/mysql/libexec/mysqld --defaults-file=/opt/zimbra/conf/my.cnf --basedir=/opt/zimbra/mysql --datadir=/opt/zimbra/db/data --pid-file=/opt/zimbra/db/mysql.pid --skip-external-locking --port=7306 --socket=/opt/zimbra/db/mysql.sock
now, I can see ldap and mysql...
if I start tomcat I can see the java listening on port 8080 but I can't connect to it...

What I'm doing wrong?
Gili
Reply With Quote