Hi all,
I have problem about installing Open-Xchange. I am following guide http://www.open-xchange.com/wiki/ind...de_for_CentOS5 for installing Open-change, i have problem with database Mysql. when I create the database /opt/open-xchange/sbin/initconfigdb --configdb-pass=12345 -a
error occurred, although I grant permission for the user openxchange as follows >grant all privileges on *.* to 'openxchange'@'%' identified by '12345'.
# /opt/open-xchange/sbin/initconfigdb --configdb-pass=12345
initializing configdb from scratch...ERROR 1045 (28000): Access denied for user 'openexchange'@'localhost' (using password: YES)
ERROR
But when I do it with root account is OK (edit file / opt / open-xchange / sbin / initconfigdb
CONFIGDB_USER = root)
# / opt / open-xchange / sbin / initconfigdb - configdb-pass-a = 123.
Because security reasons I should not use the root account. I want to create a database with openxchange account. Can you help me?
Thanks you very much!
I have problem about installing Open-Xchange. I am following guide http://www.open-xchange.com/wiki/ind...de_for_CentOS5 for installing Open-change, i have problem with database Mysql. when I create the database /opt/open-xchange/sbin/initconfigdb --configdb-pass=12345 -a
error occurred, although I grant permission for the user openxchange as follows >grant all privileges on *.* to 'openxchange'@'%' identified by '12345'.
# /opt/open-xchange/sbin/initconfigdb --configdb-pass=12345
initializing configdb from scratch...ERROR 1045 (28000): Access denied for user 'openexchange'@'localhost' (using password: YES)
ERROR
But when I do it with root account is OK (edit file / opt / open-xchange / sbin / initconfigdb
CONFIGDB_USER = root)
# / opt / open-xchange / sbin / initconfigdb - configdb-pass-a = 123.
Because security reasons I should not use the root account. I want to create a database with openxchange account. Can you help me?
Thanks you very much!
Comment