Hi,
I've installed the OpenXChange packages according to the wiki page http://www.open-xchange.com/wiki/ind...de_for_CentOS5.
However, whenever I want to run
I get the error:
My mysql database already has a root password set, and the help of the command states that
so I decided to avoid the -a and tried it without:
I'm a bit lost here. Any idea what the problem is? Do I have to use a mysql database without any root account? Looks a bit unsecure to me.
Regards,
liquidat
I've installed the OpenXChange packages according to the wiki page http://www.open-xchange.com/wiki/ind...de_for_CentOS5.
However, whenever I want to run
Code:
$ /opt/open-xchange/sbin/initconfigdb --configdb-pass=db_password -a
Code:
/opt/open-xchange/sbin/initconfigdb --configdb-pass=somePwd -a initializing configdb from scratch...ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) ERROR
Code:
NOTE: use "-a" to create SQL admin user using GRANT command
Code:
/opt/open-xchange/sbin/initconfigdb --configdb-pass=somePwd initializing configdb from scratch...ERROR 1044 (42000) at line 1: Access denied for user 'openexchange'@'%' to database 'configdb' ERROR
Regards,
liquidat
Comment