Hi
I have tried with version 6.40 and 6.30 and I get the following errors
ok: run: /service/httpd-e-smith: (pid 8420) 1s, normally down
creating zarafa database
Loading 80zabbix-server into mysql ERROR 1030 (HY000) at line 1: Got error 1 from storage engine
ERROR 1030 (HY000) at line 32: Got error 1 from storage engine
[FAILED]
Loading 80zarafa into mysql [ OK ]
Enter your user plugin. Values: unix, db, ldap
db
expanding zarafa templates
starting services
Starting zarafa-gateway: [ OK ]
Starting zarafa-ical: [ OK ]
Starting zarafa-licensed: [ OK ]
Starting zarafa-monitor: [ OK ]
Starting zarafa-server: [FAILED]
Starting zarafa-spooler: [ OK ]
creating Public store
Unable to open Admin session.
The server is not running, or not accessable through file:///var/run/zarafa.
Output of the Log file as follows
Sat 09 Oct 2010 02:20:49 PM SAST: Unable to connect to database: Access denied for user 'zarafa'@'localhost' (using password: YES)
Sat 09 Oct 2010 02:20:49 PM SAST: Server shutdown complete.
Sat 09 Oct 2010 02:25:25 PM SAST: Starting zarafa-server version 6,30,6,18063 (18063), pid 10453
Sat 09 Oct 2010 02:25:25 PM SAST: Unable to connect to database: Access denied for user 'zarafa'@'localhost' (using password: YES)
Sat 09 Oct 2010 02:25:25 PM SAST: Server shutdown complete.
Now if I check the /etc/zarafa/server.cfg file I see entries for the MySQL database that has the user 'zarafa' and a password '879697859595'
I GRANT ACESS on the zarafa database for the user and password, but still no joy?, the Wiki install entry isnt so clear.. as follows
GRANT SELECT ON zarafa.* TO 'zarafa'@'localhost' IDENTIFIED BY '879697859595';
Also I cannot DROP the zarafa table anymore, I am not a MySQL fundie, but it tells me the tables are being used, even when I shut the mysql down, and try via phpmyadmin
Anybody have anyideas??