Must be missing something very obvious:
Logon as a general user not one of oxadminmaster or oxadmin
Mysql is running
/opt/open-xchange/sbin/ is in PATH
/opt/open-xchange/sbin/initconfigdb --configdb-pass=db_password -a
and I get an error of:
need to be root in order to setup the system
if I run
sudo bash /opt/open-xchange/sbin/initconfigdb -a --configdb-pass=db_password
I get an error of
initializing configdb from scratch...ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) ERROR
so what have I missed please.
TIA
Logon as a general user not one of oxadminmaster or oxadmin
Mysql is running
/opt/open-xchange/sbin/ is in PATH
/opt/open-xchange/sbin/initconfigdb --configdb-pass=db_password -a
and I get an error of:
need to be root in order to setup the system
if I run
sudo bash /opt/open-xchange/sbin/initconfigdb -a --configdb-pass=db_password
I get an error of
initializing configdb from scratch...ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) ERROR
so what have I missed please.
TIA
Comment