Hello
I'm starting to evaluate OX Server Edition.
Trying to install on Ubuntu 8.04.2 64-bit following this article.
I am failing at initializing the Open-Xchange configdb database.
When I run this command (as a regular user):
I get
However, when I run
I get
How do I solve this problem?
Thanks very much.
I'm starting to evaluate OX Server Edition.
Trying to install on Ubuntu 8.04.2 64-bit following this article.
I am failing at initializing the Open-Xchange configdb database.
When I run this command (as a regular user):
Code:
/opt/open-xchange/sbin/initconfigdb --configdb-pass=db_password -a
Code:
need to be root in order to setup the system
Code:
sudo /opt/open-xchange/sbin/initconfigdb --configdb-pass=db_password -a
Code:
initializing configdb from scratch...ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) ERROR
Thanks very much.
Comment